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

Release 0.5.2

simdnbt@0.5.2
simdnbt-derive@0.5.2

Generated by cargo-workspaces
This commit is contained in:
mat 2024-05-14 16:32:49 -05:00
parent 54710304ad
commit 07bb1e7036
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "simdnbt-derive"
version = "0.4.3"
version = "0.5.2"
edition = "2021"
description = "Derive macros for simdnbt"
license = "MIT"

View file

@ -1,6 +1,6 @@
[package]
name = "simdnbt"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
description = "an unnecessarily fast nbt decoder"
license = "MIT"
@ -12,7 +12,7 @@ repository = "https://github.com/azalea-rs/simdnbt"
byteorder = "1.5.0"
flate2 = "^1.0.30"
residua-mutf8 = "2.0.0"
simdnbt-derive = { version = "0.4.0", path = "../simdnbt-derive", optional = true }
simdnbt-derive = { version = "0.5.2", path = "../simdnbt-derive", optional = true }
thiserror = "1.0.60"
valence_nbt = { version = "0.8.0", features = ["binary"] }