diff options
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index b7ab27ab..be122cb3 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -15,7 +15,7 @@ azalea-core = { path = "../azalea-core", version = "^0.8.0", features = [ "bevy_ecs", ] } azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } -simdnbt = { version = "0.2.1" } +simdnbt = "0.3" azalea-registry = { path = "../azalea-registry", version = "0.8.0" } bevy_ecs = "0.12.1" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } |
