From ea9e4534e4db84318b4054cbba938c69e7a110fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:27:19 +0000 Subject: [PATCH] Update bevy_ecs requirement from 0.14 to 0.15 Updates the requirements on [bevy_ecs](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Commits](https://github.com/bevyengine/bevy/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: bevy_ecs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust_crate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"