There was an error while loading. Please reload this page.
1 parent 6515768 commit d95d652Copy full SHA for d95d652
1 file changed
tools/mujoco-simulator/mujoco-rust-server/pyproject.toml
@@ -4,10 +4,10 @@ version = "0.1.0"
4
5
[tool.uv]
6
cache-keys = [
7
- { file = "../../../crates/booster/**" },
8
- { file = "../../../crates/simulation_message/**" },
9
{ file = "../../../Cargo.lock" },
10
{ file = "../../../Cargo.toml" },
+ { file = "../../../crates/booster/**" },
+ { file = "../../../crates/simulation_message/**" },
11
{ file = "Cargo.toml" },
12
{ file = "mujoco_rust_server/**" },
13
{ file = "pyproject.toml" },
0 commit comments