From 0e05adb3183d1c9d0f8bddd476a12c29f3d5446b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:29:21 +0000 Subject: [PATCH] build(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.13.0) --- updated-dependencies: - dependency-name: bevy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- crates/bevy_interleave_interface/Cargo.toml | 2 +- crates/bevy_interleave_macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d07b763..16c7880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ bytemuck = "1.14" serde = "1.0" [dependencies.bevy] -version = "0.12" +version = "0.13" default-features = false diff --git a/crates/bevy_interleave_interface/Cargo.toml b/crates/bevy_interleave_interface/Cargo.toml index 1e1a054..835a713 100644 --- a/crates/bevy_interleave_interface/Cargo.toml +++ b/crates/bevy_interleave_interface/Cargo.toml @@ -13,6 +13,6 @@ keywords = [ [dependencies.bevy] -version = "0.12" +version = "0.13" default-features = false features = ["bevy_render"] diff --git a/crates/bevy_interleave_macros/Cargo.toml b/crates/bevy_interleave_macros/Cargo.toml index b0e36cb..adb851d 100644 --- a/crates/bevy_interleave_macros/Cargo.toml +++ b/crates/bevy_interleave_macros/Cargo.toml @@ -22,7 +22,7 @@ sha1 = "0.10" syn = "2.0" [dependencies.bevy] -version = "0.12" +version = "0.13" default-features = false features = ["bevy_render"]