mirror of
https://github.com/azalea-rs/simdnbt.git
synced 2025-08-02 23:44:40 +00:00
Release 0.6.0
simdnbt@0.6.0 simdnbt-derive@0.6.0 Generated by cargo-workspaces
This commit is contained in:
parent
24e81de255
commit
d5cf8516d2
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -686,7 +686,7 @@ checksum = "829a5b2459a4971c4b97014b914e0424daff5f76e31411d1bc5bf4c2ed8010b6"
|
|||
|
||||
[[package]]
|
||||
name = "simdnbt"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"azalea-nbt",
|
||||
"byteorder",
|
||||
|
@ -705,7 +705,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "simdnbt-derive"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "simdnbt-derive"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
description = "Derive macros for simdnbt"
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "simdnbt"
|
||||
version = "0.5.2"
|
||||
version = "0.6.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.30"
|
||||
residua-mutf8 = "2.0.0"
|
||||
simdnbt-derive = { version = "0.5.2", path = "../simdnbt-derive", optional = true }
|
||||
simdnbt-derive = { version = "0.6.0", path = "../simdnbt-derive", optional = true }
|
||||
thiserror = "1.0.61"
|
||||
valence_nbt = { version = "0.8.0", features = ["binary"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue