diff --git a/rust_crate/Cargo.toml b/rust_crate/Cargo.toml index c6788b6b..9d1199c7 100644 --- a/rust_crate/Cargo.toml +++ b/rust_crate/Cargo.toml @@ -13,7 +13,7 @@ show-backtrace = ["backtrace"] bevy = ["bevy_ecs"] [dependencies] -bevy_ecs = { version = "0.14", optional = true } +bevy_ecs = { version = "0.15", optional = true } [target.'cfg(not(target_family = "wasm"))'.dependencies] allo-isolate = "0.1.26"