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

Release 0.7.1

simdnbt@0.7.1

Generated by cargo-workspaces
This commit is contained in:
mat 2025-02-02 14:56:34 -06:00
parent 92aebaef70
commit a13caf3cf8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -703,7 +703,7 @@ dependencies = [
[[package]]
name = "simdnbt"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"azalea-nbt",
"byteorder",

View file

@ -1,6 +1,6 @@
[package]
name = "simdnbt"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
description = "an unnecessarily fast nbt decoder"
license = "MIT"