From cb42bdd96e1409c079a569f9f3c0baae1da58b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:53:10 +0000 Subject: [PATCH] Update bevy-aabb-instancing requirement from 0.10 to 0.11 Updates the requirements on [bevy-aabb-instancing](https://github.com/ForesightMiningSoftwareCorporation/bevy-aabb-instancing) to permit the latest version. - [Release notes](https://github.com/ForesightMiningSoftwareCorporation/bevy-aabb-instancing/releases) - [Commits](https://github.com/ForesightMiningSoftwareCorporation/bevy-aabb-instancing/compare/bevy-aabb-instancing-0.10.0...bevy-aabb-instancing-0.11.0) --- updated-dependencies: - dependency-name: bevy-aabb-instancing 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..9473e81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,6 @@ thiserror = "1" [dev-dependencies] bevy = { version = "0.11", default-features = false, features = ["bevy_pbr"] } -bevy-aabb-instancing = "0.10" +bevy-aabb-instancing = "0.11" bevy_egui = "0.22" smooth-bevy-cameras = "0.9"