diff --git a/statig/Cargo.toml b/statig/Cargo.toml index 46f99c2..0a1b8b3 100644 --- a/statig/Cargo.toml +++ b/statig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statig" -version = "0.3.0" +version = "0.3.1" edition = "2021" rust-version = "1.66" authors = ["Maxim Deloof"] @@ -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]