1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 07:26:04 +00:00

i accidentally had valence_nbt in my main dependencies i'm sobbing

This commit is contained in:
mat 2025-01-17 07:27:06 +00:00
parent f46fd23b56
commit 4f1b4460f2

View file

@ -14,7 +14,6 @@ flate2 = "^1.0.35"
simd_cesu8 = "1.0.1"
simdnbt-derive = { version = "0.6.0", path = "../simdnbt-derive", optional = true }
thiserror = "2.0.11"
valence_nbt = { version = "0.8.0", features = ["binary"] }
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }