Skip to content

Commit

Permalink
Bump java_string, nbt, anvil versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Oct 9, 2023
1 parent d89ecad commit af5b83c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/valence_anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/valence_nbt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af5b83c

Please sign in to comment.