From c7f5bdcc56766ec1d32673a90fe2cfc12a0c1fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:29:59 +0000 Subject: [PATCH] chore(deps): update bevy requirement from 0.14.2 to 0.15.0 Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Commits](https://github.com/bevyengine/bevy/compare/v0.14.2...v0.14.2) --- 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 ea659005..890f5fce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ iai-callgrind = "0.14.0" rand = "0.9.0-alpha.2" # render -bevy = { version = "0.14.2", default-features = false } +bevy = { version = "0.15.0", default-features = false } bevy_egui = "0.29.0" bevy_mod_picking = "0.20.1" bevy_mod_outline = "0.8.3"