From 25c6a86e62f7f132f03baf187fae4cfd9022a16b Mon Sep 17 00:00:00 2001 From: Sergei Surovtsev <97428129+stillonearth@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:01:33 -0600 Subject: [PATCH] upd --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"