aboutsummaryrefslogtreecommitdiff
path: root/azalea-core
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 04:20:39 +0000
committermat <git@matdoes.dev>2024-04-24 04:20:39 +0000
commitdf8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch)
tree023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-core
parent7357455cad123e41cdd1ca8689527afff77f28f8 (diff)
downloadazalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz
upgrade deps
Diffstat (limited to 'azalea-core')
-rw-r--r--azalea-core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 643fc4a6..83d7164d 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -10,8 +10,8 @@ version = "0.9.1"
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
bevy_ecs = { version = "0.13.2", default-features = false, optional = true }
nohash-hasher = "0.2.0"
num-traits = "0.2.18"