deps-upgrade(simulator): ⬆️ Update api-gdext and mc-turn crates to latest versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-28 15:59:00 -07:00
parent 282125663b
commit 34a4965797
3 changed files with 4 additions and 0 deletions

View file

@ -731,6 +731,7 @@ dependencies = [
"mc-tech",
"mc-trade",
"mc-turn",
"rand",
"serde",
"serde_json",
"tokio",
@ -997,6 +998,7 @@ dependencies = [
"mc-trade",
"pollster",
"proptest",
"rand",
"serde",
"serde_json",
"wgpu",

View file

@ -27,6 +27,7 @@ mc-ai = { path = "../crates/mc-ai", features = ["gpu"] }
mc-compute = { path = "../crates/mc-compute", features = ["gpu", "parallel"] }
mc-mcts-service = { path = "../crates/mc-mcts-service" }
godot = "0.2"
rand.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { version = "1", features = ["rt-multi-thread"] }

View file

@ -24,6 +24,7 @@ bytemuck = { version = "1", features = ["derive"], optional = true }
[dev-dependencies]
proptest = "1"
mc-happiness = { path = "../mc-happiness" }
rand.workspace = true
[lints]
workspace = true