From 80ff8a5d4bb9b7c25b34c114229e4efd4ddc8329 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 31 Jul 2023 05:13:05 -0700 Subject: [PATCH 1/2] Remove default features from `valence_nbt` --- crates/valence_nbt/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/valence_nbt/Cargo.toml b/crates/valence_nbt/Cargo.toml index 901c6b8f2..1ec15eea6 100644 --- a/crates/valence_nbt/Cargo.toml +++ b/crates/valence_nbt/Cargo.toml @@ -10,7 +10,6 @@ version = "0.5.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. From b2b97864d99d0ac100015a718de9a03b3cc5e5c6 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 1 Aug 2023 05:18:29 -0700 Subject: [PATCH 2/2] Bump `valence_nbt` version --- crates/valence_nbt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/valence_nbt/Cargo.toml b/crates/valence_nbt/Cargo.toml index 1ec15eea6..87b343cfa 100644 --- a/crates/valence_nbt/Cargo.toml +++ b/crates/valence_nbt/Cargo.toml @@ -6,7 +6,7 @@ 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]