From fc330d033f0792db5e852178064e140e004dd997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:34:20 +0000 Subject: [PATCH] chore(deps): update bevy requirement from 0.12 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.12.0...v0.12.1) --- 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 db40cf5..beae984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ authors = ["Spencer C. Imbleau"] keywords = ["gamedev"] [workspace.dependencies] -bevy = { version = "0.12", default-features = false } +bevy = { version = "0.13", default-features = false } bevy_matchbox = "0.8"