From cf5b57ab03714453a6d352cd28b2664407850677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:21:26 +0000 Subject: [PATCH] Update bevy_ecs requirement from 0.13 to 0.14 Updates the requirements on [bevy_ecs](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md) - [Commits](https://github.com/bevyengine/bevy/compare/v0.13.0...v0.14.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 76721143..94391948 100644 --- a/rust_crate/Cargo.toml +++ b/rust_crate/Cargo.toml @@ -14,7 +14,7 @@ show-backtrace = ["backtrace"] bevy = ["bevy_ecs"] [dependencies] -bevy_ecs = { version = "0.13", optional = true } +bevy_ecs = { version = "0.14", optional = true } [target.'cfg(not(target_family = "wasm"))'.dependencies] os-thread-local = "0.1.3"