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:
parent
80b519ecf3
commit
6985333590
2 changed files with 2 additions and 0 deletions
1
src/simulator/Cargo.lock
generated
1
src/simulator/Cargo.lock
generated
|
|
@ -2004,6 +2004,7 @@ dependencies = [
|
|||
"bytemuck",
|
||||
"mc-ai",
|
||||
"mc-city",
|
||||
"mc-civics",
|
||||
"mc-combat",
|
||||
"mc-comms",
|
||||
"mc-core",
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue