diff options
| author | mat <git@matdoes.dev> | 2023-05-16 23:57:06 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-16 23:57:06 -0500 |
| commit | cb204304813f63b8ef6601dce84f8f911b0af154 (patch) | |
| tree | 57bcc63a2d6d5199ae8202f5f67ac684de1ab9d2 /azalea-protocol | |
| parent | a63beff5e395ebf104a62047cefe1c8f6d426f6f (diff) | |
| download | azalea-drasl-cb204304813f63b8ef6601dce84f8f911b0af154.tar.xz | |
chore: Release
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 1f16c240..5b622d39 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -20,17 +20,17 @@ azalea-brigadier = { path = "../azalea-brigadier", version = "^0.6.0", features "azalea-buf", ] } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } -azalea-core = { path = "../azalea-core", optional = true, version = "^0.6.0", features = [ +azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } +azalea-core = { path = "../azalea-core", optional = true, version = "^0.7.0", features = [ "serde", ] } azalea-crypto = { path = "../azalea-crypto", version = "^0.6.0" } -azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } -azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0", features = [ +azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } +azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0", features = [ "serde", ] } azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "^0.6.0" } -azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } +azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } azalea-world = { path = "../azalea-world", version = "^0.6.0" } bevy_ecs = { version = "0.10.0", default-features = false } byteorder = "^1.4.3" |
