Skip to content

Commit

Permalink
Merge branch 'main' into packets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bafbi authored Aug 2, 2023
2 parents c5ca16b + b2b9786 commit 55035db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/valence_nbt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55035db

Please sign in to comment.