diff options
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index e0b32968..02f4d3ed 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -17,15 +17,15 @@ azalea-core = { path = "../azalea-core", version = "^0.8.0", features = [ azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } azalea-nbt = { path = "../azalea-nbt", version = "0.8.0" } azalea-registry = { path = "../azalea-registry", version = "0.8.0" } -bevy_ecs = "0.11.3" +bevy_ecs = "0.12.0" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } enum-as-inner = "0.6.0" log = "0.4.20" nohash-hasher = "0.2.0" once_cell = "1.18.0" parking_lot = "^0.12.1" -thiserror = "1.0.49" -uuid = "1.4.1" +thiserror = "1.0.50" +uuid = "1.5.0" [dev-dependencies] azalea-client = { path = "../azalea-client" } |
