diff options
| author | mat <git@matdoes.dev> | 2023-10-03 01:36:57 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-03 01:37:00 -0500 |
| commit | 0ef15254c404ec3afb72a61c19c09bb15dce6427 (patch) | |
| tree | 3accd39476a20819e3993844b62642622a0a0700 /azalea-world | |
| parent | 86d96071b3d3e0c461ad54d1f0029e8942789440 (diff) | |
| download | azalea-drasl-0ef15254c404ec3afb72a61c19c09bb15dce6427.tar.xz | |
also upgrade deps everywhere else lol
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 9a7fcd43..d5781e55 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -17,14 +17,14 @@ 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.2" +bevy_ecs = "0.11.3" 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.48" +thiserror = "1.0.49" uuid = "1.4.1" [dev-dependencies] |
