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

bump required simdnbt-derive version

This commit is contained in:
mat 2023-11-19 16:16:12 -06:00
parent d91445744e
commit 94004e2021

View file

@ -12,7 +12,7 @@ repository = "https://github.com/mat-1/simdnbt"
byteorder = "1.4.3"
flate2 = "^1.0.27"
residua-mutf8 = "2.0.0"
simdnbt-derive = { version = "0.1.0", path = "../simdnbt-derive", optional = true }
simdnbt-derive = { version = "0.2.0", path = "../simdnbt-derive", optional = true }
thiserror = "1.0.47"
[dev-dependencies]