aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index dc25632b..8876c7a8 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -15,7 +15,7 @@ tracing = "0.1.40"
serde_json = { version = "^1.0", optional = true }
thiserror = "1.0.50"
uuid = "^1.5.0"
-simdnbt = { version = "0.2.1" }
+simdnbt = "0.3"
[features]
serde_json = ["dep:serde_json"]