From 778fa5a201b7980f6ba5d6dedf2d1a7cc1443ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 21:14:52 +0200 Subject: [PATCH] bump: update bevy requirement from 0.7 to 0.8 (#429) 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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: bevy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bas Zalmstra --- crates/mun_runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mun_runtime/Cargo.toml b/crates/mun_runtime/Cargo.toml index 00577767b..c51635706 100644 --- a/crates/mun_runtime/Cargo.toml +++ b/crates/mun_runtime/Cargo.toml @@ -28,7 +28,7 @@ rustc-hash = "1.1" seq-macro = "0.3.0" [dev-dependencies] -bevy = "0.7" +bevy = "0.8" compiler = { version="=0.3.0", path="../mun_compiler", package = "mun_compiler" } criterion = "0.3" mlua = { package ="mlua", version="0.8", default-features = false, features=["vendored", "luajit"] }