Bump valence_nbt version

This commit is contained in:
Ryan 2022-10-30 15:26:47 -07:00
parent 7e24cf014c
commit a20ed2ac21
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ sha2 = "0.10.6"
thiserror = "1.0.35"
url = { version = "2.2.2", features = ["serde"] }
uuid = { version = "1.1.2", features = ["serde"] }
valence_nbt = "0.3.0"
valence_nbt = "0.4.0"
vek = "0.15.8"
[dependencies.tokio]

View file

@ -6,7 +6,7 @@ repository = "https://github.com/valence-rs/valence/tree/main/valence_nbt"
readme = "README.md"
license = "MIT"
keywords = ["nbt", "minecraft", "serialization"]
version = "0.3.0"
version = "0.4.0"
authors = ["Ryan Johnson <ryanj00a@gmail.com>"]
edition = "2021"