diff options
| author | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
| commit | 4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch) | |
| tree | 91802ee7508c44e596013b23864bdd449383bbd7 /azalea-world | |
| parent | 776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff) | |
| download | azalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz | |
upgrade thiserror and other deps
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 8 | ||||
| -rw-r--r-- | azalea-world/src/lib.rs | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index fad620fa..858b3e99 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -17,15 +17,15 @@ azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [ azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" } azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } -bevy_ecs = "0.11.0" +bevy_ecs = "0.11.1" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } enum-as-inner = "0.6.0" -log = "0.4.19" +log = "0.4.20" nohash-hasher = "0.2.0" once_cell = "1.18.0" parking_lot = "^0.12.1" -thiserror = "1.0.43" -uuid = "1.4.0" +thiserror = "1.0.46" +uuid = "1.4.1" [profile.release] lto = true diff --git a/azalea-world/src/lib.rs b/azalea-world/src/lib.rs index 9c1f5ff5..adaafa1f 100644 --- a/azalea-world/src/lib.rs +++ b/azalea-world/src/lib.rs @@ -1,7 +1,6 @@ #![doc = include_str!("../README.md")] #![feature(int_roundings)] #![feature(error_generic_member_access)] -#![feature(provide_any)] mod bit_storage; mod chunk_storage; |
