Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanRJohnston authored and mdeloof committed Dec 22, 2023
1 parent 449b7bb commit 28a606c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statig/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "statig"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.66"
authors = ["Maxim Deloof"]
Expand All @@ -13,7 +13,7 @@ keywords = ["fsm", "hsm", "statechart", "state-machine", "embedded"]
[dependencies]
statig_macro = { path = "../macro", version = "0.3.0", optional = true }
serde = { version = "1.0.152", optional = true }
bevy_ecs = { version = "0.9.1", optional = true }
bevy_ecs = { version = "0.12.1", optional = true }


[dev-dependencies]
Expand Down

0 comments on commit 28a606c

Please sign in to comment.