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"] }