deps-upgrade(mc-turn): ⬆️ Update dependency versions in Cargo.toml and regenerate Cargo.lock for the mc-turn crate

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-03 23:07:57 -07:00
parent 80b519ecf3
commit 6985333590
2 changed files with 2 additions and 0 deletions

View file

@ -2004,6 +2004,7 @@ dependencies = [
"bytemuck",
"mc-ai",
"mc-city",
"mc-civics",
"mc-combat",
"mc-comms",
"mc-core",

View file

@ -15,6 +15,7 @@ mc-culture = { path = "../mc-culture" }
mc-ai = { path = "../mc-ai" }
mc-combat = { path = "../mc-combat" }
mc-economy = { path = "../mc-economy" }
mc-civics = { path = "../mc-civics" }
mc-trade = { path = "../mc-trade" }
mc-tech = { path = "../mc-tech" }
mc-replay = { path = "../mc-replay" }