diff --git a/Cargo.toml b/Cargo.toml index 147a86f..8a7466f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/stillonearth/bevy_mujoco" [dependencies] mujoco-rust = { version = "0.0.6" } arrayvec = "0.7.2" -bevy = "0.14.0-" +bevy = "0.14.0" trees = "0.4.1" serde = { version = "1", features = ["derive"] } itertools = "0.13.0"