From efd471860a7ef920ad3214f970982df5d49d2007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:13:49 +0000 Subject: [PATCH] build(deps): update bevy requirement from 0.11 to 0.12 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.12.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 1fd2a25..0682db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ instant = "0.1" thiserror = "1.0" bevy-async-task = "1.2" async-trait = "0.1" -bevy = { version = "0.11", default-features = false } +bevy = { version = "0.12", default-features = false } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] getrandom = { version = "0.2" }