From 6de7746b403329a6eb9c3f097d6170f2290cf8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:29:54 +0000 Subject: [PATCH] Update bevy requirement from 0.11 to 0.13 Updates the requirements on [bevy](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.11.0...v0.13.0) --- updated-dependencies: - dependency-name: bevy 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 0f0b018..3aa2879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4" thiserror = "1" [dev-dependencies] -bevy = { version = "0.11", default-features = false, features = ["bevy_pbr"] } +bevy = { version = "0.13", default-features = false, features = ["bevy_pbr"] } bevy-aabb-instancing = "0.10" bevy_egui = "0.22" smooth-bevy-cameras = "0.9"