From f874ed6b557ca43e00ba5fd446bd89fcd26cb81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 07:03:45 +0000 Subject: [PATCH] Update bevy_ecs requirement from 0.9 to 0.10 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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: bevy_ecs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b986043..d4370e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ readme = "README.md" license = "MIT OR Apache-2.0" [dependencies] -bevy_ecs = "0.9" +bevy_ecs = "0.10" bevy_utils = "0.9" \ No newline at end of file