From af5b83c58d4de9ae6a67bd19a5afeaa0f6525385 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 9 Oct 2023 15:49:19 -0700 Subject: [PATCH] Bump java_string, nbt, anvil versions --- Cargo.toml | 2 +- crates/valence_anvil/Cargo.toml | 2 +- crates/valence_nbt/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 99e5541d3..0631fdfb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ valence_lang = { path = "crates/valence_lang", version = "0.2.0-alpha.1" } valence_math = { path = "crates/valence_math", version = "0.2.0-alpha.1" } valence_nbt = { path = "crates/valence_nbt", features = [ "uuid", -], version = "0.7.0" } +], version = "0.8.0" } valence_network = { path = "crates/valence_network", version = "0.2.0-alpha.1" } valence_player_list = { path = "crates/valence_player_list", version = "0.2.0-alpha.1" } valence_protocol = { path = "crates/valence_protocol", version = "0.2.0-alpha.1" } diff --git a/crates/valence_anvil/Cargo.toml b/crates/valence_anvil/Cargo.toml index 4aedac8ea..7a4c13b15 100644 --- a/crates/valence_anvil/Cargo.toml +++ b/crates/valence_anvil/Cargo.toml @@ -3,7 +3,7 @@ name = "valence_anvil" description = "Anvil file format support for Valence" readme = "README.md" keywords = ["anvil", "minecraft", "deserialization"] -version.workspace = true +version = "0.1.0" edition.workspace = true repository.workspace = true documentation.workspace = true diff --git a/crates/valence_nbt/Cargo.toml b/crates/valence_nbt/Cargo.toml index 0edb50ef7..3c60fd038 100644 --- a/crates/valence_nbt/Cargo.toml +++ b/crates/valence_nbt/Cargo.toml @@ -5,7 +5,7 @@ readme = "README.md" documentation = "https://docs.rs/valence_nbt/" license.workspace = true keywords = ["nbt", "minecraft", "serialization"] -version = "0.7.0" +version = "0.8.0" edition.workspace = true repository.workspace = true