From badde9af4407061543b8d96202e4f4fb784f789e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:04:55 +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] --- bevy_backroll/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bevy_backroll/Cargo.toml b/bevy_backroll/Cargo.toml index 766c143..65cad62 100644 --- a/bevy_backroll/Cargo.toml +++ b/bevy_backroll/Cargo.toml @@ -17,7 +17,7 @@ steam = ["bevy-steamworks", "backroll_transport_steam"] [dependencies] backroll = { path = "../backroll", version = "0.5" } bytemuck = "1.5" -bevy_ecs = "0.9" +bevy_ecs = "0.10" bevy_core = "0.9" bevy_tasks = "0.9" bevy_app = "0.9"