aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-08-18 12:39:29 +1100
committermat <git@matdoes.dev>2025-08-18 12:39:29 +1100
commit9c6e40051dadeaa67df0acabee003e4a0286f5f1 (patch)
tree6dcc0a5ef4988902b669e1bc29d45b310db29c96 /Cargo.toml
parentdaeb769bac4e0be85750d614cad7e69737106bfc (diff)
downloadazalea-drasl-9c6e40051dadeaa67df0acabee003e4a0286f5f1.tar.xz
fix simdnbt dep
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f10254a2..a5709ca3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ repository = "https://github.com/azalea-rs/azalea"
# homepage = "https://github.com/azalea-rs/azalea"
[workspace.dependencies]
-simdnbt = { version = "0.7", git = "https://github.com/azalea-rs/simdnbt" }
+simdnbt = "0.8"
aes = "0.8.4"
anyhow = "1.0.99"
async-recursion = "1.1.1"