Skip to content

Commit

Permalink
Bump valence_nbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Sep 4, 2023
1 parent 78a12d4 commit 0c98121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ uuid.workspace = true
bytes.workspace = true
rand.workspace = true
valence_advancement = { workspace = true, optional = true }
valence_anvil = { workspace = true, optional = true, features = ["bevy_plugin"] }
valence_anvil = { workspace = true, optional = true, features = [
"bevy_plugin",
] }
valence_boss_bar = { workspace = true, optional = true }
valence_server.workspace = true
valence_inventory = { workspace = true, optional = true }
Expand Down Expand Up @@ -182,7 +184,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.6.1" }
], version = "0.7.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_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.6.1"
version = "0.7.0"
edition.workspace = true
repository.workspace = true

Expand Down

0 comments on commit 0c98121

Please sign in to comment.