diff --git a/crates/valence_nbt/Cargo.toml b/crates/valence_nbt/Cargo.toml index 901c6b8f2..87b343cfa 100644 --- a/crates/valence_nbt/Cargo.toml +++ b/crates/valence_nbt/Cargo.toml @@ -6,11 +6,10 @@ repository = "https://github.com/valence-rs/valence/tree/main/crates/valence_nbt readme = "README.md" license.workspace = true keywords = ["nbt", "minecraft", "serialization"] -version = "0.5.0" +version = "0.7.0" edition.workspace = true [features] -default = ["snbt"] # TODO: remove me binary = ["dep:byteorder", "dep:cesu8"] snbt = [] # When enabled, the order of fields in compounds are preserved.