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

Release 0.4.0

simdnbt@0.4.0
simdnbt-derive@0.4.0

Generated by cargo-workspaces
This commit is contained in:
mat 2024-01-24 23:19:19 -06:00
parent d71b45ef3e
commit 12d712c936
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "simdnbt"
version = "0.3.0"
version = "0.4.0"
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.28"
residua-mutf8 = "2.0.0"
simdnbt-derive = { version = "0.3.0", path = "../simdnbt-derive", optional = true }
simdnbt-derive = { version = "0.4.0", path = "../simdnbt-derive", optional = true }
thiserror = "1.0.56"
[dev-dependencies]