deps-upgrade(simulator): ⬆️ Update simulator dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
968c855763
commit
151c0138fd
2 changed files with 11 additions and 0 deletions
10
src/simulator/Cargo.lock
generated
10
src/simulator/Cargo.lock
generated
|
|
@ -953,6 +953,16 @@ dependencies = [
|
|||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mc-golden-tests"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"mc-city",
|
||||
"mc-combat",
|
||||
"mc-core",
|
||||
"mc-happiness",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mc-happiness"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ members = [
|
|||
"crates/mc-sim",
|
||||
"api-wasm",
|
||||
"api-gdext",
|
||||
"tests/integration",
|
||||
]
|
||||
|
||||
# Every crate in the simulator workspace is a first-class member. mc-sim
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue