From 3f8177a3022145ada55e8bc15c6f409de59d0bd4 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 16 May 2023 23:49:08 -0500 Subject: chore: Release --- azalea-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index f555af4e..8754ff05 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -19,7 +19,7 @@ azalea-block = { path = "../azalea-block", default-features = false, version = " azalea-brigadier = { path = "../azalea-brigadier", version = "^0.6.0", features = [ "azalea-buf", ] } -azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } +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 = [ "serde", -- cgit v1.2.3 From bb49c78ebcb1a6df7b8edf51b2207704a14143ca Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 16 May 2023 23:53:13 -0500 Subject: and also update the dependents lol --- Cargo.lock | 4 ++-- azalea-client/Cargo.toml | 2 +- azalea-core/Cargo.toml | 2 +- azalea-inventory/Cargo.toml | 2 +- azalea-physics/Cargo.toml | 2 +- azalea-protocol/Cargo.toml | 2 +- azalea-world/Cargo.toml | 2 +- azalea/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'azalea-protocol') diff --git a/Cargo.lock b/Cargo.lock index 8b76cd6f..eefd20cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "azalea-inventory" -version = "0.1.0" +version = "0.6.0" dependencies = [ "azalea-buf", "azalea-inventory-macros", @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "azalea-inventory-macros" -version = "0.1.0" +version = "0.6.0" dependencies = [ "proc-macro2", "quote", diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 2a80467a..fce8a31b 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -25,7 +25,7 @@ bevy_ecs = "0.10.0" bevy_log = "0.10.0" bevy_tasks = "0.10.0" bevy_time = "0.10.0" -azalea-inventory = { path = "../azalea-inventory", version = "0.1.0" } +azalea-inventory = { path = "../azalea-inventory", version = "0.6.0" } derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } futures = "0.3.25" log = "0.4.17" diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 7f642acd..6f953359 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -11,7 +11,7 @@ version = "0.6.0" [dependencies] azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } -azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" } +azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" } azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } bevy_ecs = { version = "0.10.0", default-features = false, optional = true } diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index fe6676f6..e792a1e5 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -7,6 +7,6 @@ version = "0.6.0" [dependencies] azalea-buf = { version = "0.7.0", path = "../azalea-buf" } -azalea-inventory-macros = { version = "0.1.0", path = "./azalea-inventory-macros" } +azalea-inventory-macros = { version = "0.6.0", path = "./azalea-inventory-macros" } azalea-nbt = { version = "0.6.0", path = "../azalea-nbt" } azalea-registry = { version = "0.6.0", path = "../azalea-registry" } diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index ca7390eb..d42e5d1d 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -11,7 +11,7 @@ version = "0.6.0" [dependencies] azalea-block = { path = "../azalea-block", version = "^0.6.0" } azalea-core = { path = "../azalea-core", version = "^0.6.0" } -azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" } +azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } azalea-world = { path = "../azalea-world", version = "^0.6.0" } bevy_app = "0.10.0" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 8754ff05..1f16c240 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -25,7 +25,7 @@ azalea-core = { path = "../azalea-core", optional = true, version = "^0.6.0", fe "serde", ] } azalea-crypto = { path = "../azalea-crypto", version = "^0.6.0" } -azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" } +azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0", features = [ "serde", ] } diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 8c304cbe..7242bdfc 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -15,7 +15,7 @@ azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } azalea-core = { path = "../azalea-core", version = "^0.6.0", features = [ "bevy_ecs", ] } -azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" } +azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" } azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } bevy_app = "0.10.0" diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index f7d050f6..c79b44f9 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -18,7 +18,7 @@ azalea-block = { version = "0.6.0", path = "../azalea-block" } azalea-chat = { version = "0.6.0", path = "../azalea-chat" } azalea-client = { version = "0.6.0", path = "../azalea-client" } azalea-core = { version = "0.6.0", path = "../azalea-core" } -azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" } +azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } azalea-physics = { version = "0.6.0", path = "../azalea-physics" } azalea-protocol = { version = "0.6.0", path = "../azalea-protocol" } azalea-registry = { version = "0.6.0", path = "../azalea-registry" } -- cgit v1.2.3 From cb204304813f63b8ef6601dce84f8f911b0af154 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 16 May 2023 23:57:06 -0500 Subject: chore: Release --- Cargo.lock | 14 +++++++------- azalea-block/Cargo.toml | 2 +- azalea-brigadier/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 2 +- azalea-client/Cargo.toml | 8 ++++---- azalea-core/Cargo.toml | 10 +++++----- azalea-inventory/Cargo.toml | 8 ++++---- azalea-inventory/azalea-inventory-macros/Cargo.toml | 2 +- azalea-nbt/Cargo.toml | 2 +- azalea-physics/Cargo.toml | 6 +++--- azalea-protocol/Cargo.toml | 10 +++++----- azalea-registry/Cargo.toml | 4 ++-- azalea-registry/azalea-registry-macros/Cargo.toml | 2 +- azalea-world/Cargo.toml | 10 +++++----- azalea/Cargo.toml | 8 ++++---- 15 files changed, 45 insertions(+), 45 deletions(-) (limited to 'azalea-protocol') diff --git a/Cargo.lock b/Cargo.lock index eefd20cd..99e87e80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-buf", "azalea-language", @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "azalea-core" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-buf", "azalea-chat", @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "azalea-inventory" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-buf", "azalea-inventory-macros", @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "azalea-inventory-macros" -version = "0.6.0" +version = "0.7.0" dependencies = [ "proc-macro2", "quote", @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "azalea-nbt" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-buf", "byteorder", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "azalea-registry" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-buf", "azalea-registry-macros", @@ -454,7 +454,7 @@ dependencies = [ [[package]] name = "azalea-registry-macros" -version = "0.6.0" +version = "0.7.0" dependencies = [ "proc-macro2", "quote", diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index bf546152..fe648991 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -13,4 +13,4 @@ version = "0.6.0" [dependencies] azalea-block-macros = { path = "./azalea-block-macros", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-registry = { version = "0.6.0", path = "../azalea-registry" } +azalea-registry = { version = "0.7.0", path = "../azalea-registry" } diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index 4f2e1b0d..2c61ea3c 100644 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -10,7 +10,7 @@ version = "0.6.0" [dependencies] azalea-buf = { path = "../azalea-buf", version = "^0.7.0", optional = true } -azalea-chat = { path = "../azalea-chat", version = "^0.6.0", optional = true } +azalea-chat = { path = "../azalea-chat", version = "^0.7.0", optional = true } parking_lot = "0.12.1" [features] diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index f26bd402..3794b256 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-chat" repository = "https://github.com/mat-1/azalea/tree/main/azalea-chat" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index fce8a31b..a4fe20eb 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -13,19 +13,19 @@ anyhow = "1.0.59" async-trait = "0.1.58" azalea-auth = { path = "../azalea-auth", version = "0.6.0" } azalea-block = { path = "../azalea-block", version = "0.6.0" } -azalea-chat = { path = "../azalea-chat", version = "0.6.0" } -azalea-core = { path = "../azalea-core", version = "0.6.0" } +azalea-chat = { path = "../azalea-chat", version = "0.7.0" } +azalea-core = { path = "../azalea-core", version = "0.7.0" } azalea-crypto = { path = "../azalea-crypto", version = "0.6.0" } azalea-physics = { path = "../azalea-physics", version = "0.6.0" } azalea-protocol = { path = "../azalea-protocol", 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_app = "0.10.0" bevy_ecs = "0.10.0" bevy_log = "0.10.0" bevy_tasks = "0.10.0" bevy_time = "0.10.0" -azalea-inventory = { path = "../azalea-inventory", version = "0.6.0" } +azalea-inventory = { path = "../azalea-inventory", version = "0.7.0" } derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } futures = "0.3.25" log = "0.4.17" diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 6f953359..1982f878 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -4,16 +4,16 @@ edition = "2021" license = "MIT" name = "azalea-core" repository = "https://github.com/mat-1/azalea/tree/main/azalea-core" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } -azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } -azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" } -azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } +azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } +azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } +azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" } +azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } bevy_ecs = { version = "0.10.0", default-features = false, optional = true } num-traits = "0.2.15" serde = { version = "^1.0", optional = true } diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 5fe756f7..4e689d03 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-inventory" repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory-macros" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] azalea-buf = { version = "0.7.0", path = "../azalea-buf" } -azalea-inventory-macros = { version = "0.6.0", path = "./azalea-inventory-macros" } -azalea-nbt = { version = "0.6.0", path = "../azalea-nbt" } -azalea-registry = { version = "0.6.0", path = "../azalea-registry" } +azalea-inventory-macros = { version = "0.7.0", path = "./azalea-inventory-macros" } +azalea-nbt = { version = "0.7.0", path = "../azalea-nbt" } +azalea-registry = { version = "0.7.0", path = "../azalea-registry" } diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index 0db33255..ee41c6b6 100644 --- a/azalea-inventory/azalea-inventory-macros/Cargo.toml +++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-inventory-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory/azalea-inventory-macros" -version = "0.6.0" +version = "0.7.0" [lib] proc-macro = true diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index 278df81f..e2c253f5 100644 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -3,7 +3,7 @@ description = "A fast NBT serializer and deserializer." edition = "2021" license = "MIT" name = "azalea-nbt" -version = "0.6.0" +version = "0.7.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index d42e5d1d..67f14c29 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -10,9 +10,9 @@ version = "0.6.0" [dependencies] azalea-block = { path = "../azalea-block", version = "^0.6.0" } -azalea-core = { path = "../azalea-core", version = "^0.6.0" } -azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } -azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } +azalea-core = { path = "../azalea-core", version = "^0.7.0" } +azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } +azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } azalea-world = { path = "../azalea-world", version = "^0.6.0" } bevy_app = "0.10.0" bevy_ecs = "0.10.0" 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" diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 473af69c..af36946f 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-registry" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-registry-macros = { path = "./azalea-registry-macros", version = "^0.6.0" } +azalea-registry-macros = { path = "./azalea-registry-macros", version = "^0.7.0" } serde = { version = "^1.0", optional = true } [features] diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 6b58e43b..1bb659ac 100644 --- a/azalea-registry/azalea-registry-macros/Cargo.toml +++ b/azalea-registry/azalea-registry-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-registry-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry/azalea-registry-macros" -version = "0.6.0" +version = "0.7.0" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 7242bdfc..42f056ca 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -11,13 +11,13 @@ version = "0.6.0" [dependencies] azalea-block = { path = "../azalea-block", default-features = false, version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } -azalea-core = { path = "../azalea-core", version = "^0.6.0", features = [ +azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } +azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [ "bevy_ecs", ] } -azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } -azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" } -azalea-registry = { path = "../azalea-registry", version = "^0.6.0" } +azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } +azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" } +azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } bevy_app = "0.10.0" bevy_ecs = "0.10.0" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index c79b44f9..1fd25ccd 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -15,13 +15,13 @@ pre-release-replacements = [ anyhow = "^1.0.65" async-trait = "0.1.58" azalea-block = { version = "0.6.0", path = "../azalea-block" } -azalea-chat = { version = "0.6.0", path = "../azalea-chat" } +azalea-chat = { version = "0.7.0", path = "../azalea-chat" } azalea-client = { version = "0.6.0", path = "../azalea-client" } -azalea-core = { version = "0.6.0", path = "../azalea-core" } -azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" } +azalea-core = { version = "0.7.0", path = "../azalea-core" } +azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-physics = { version = "0.6.0", path = "../azalea-physics" } azalea-protocol = { version = "0.6.0", path = "../azalea-protocol" } -azalea-registry = { version = "0.6.0", path = "../azalea-registry" } +azalea-registry = { version = "0.7.0", path = "../azalea-registry" } azalea-world = { version = "0.6.0", path = "../azalea-world" } azalea-auth = { version = "0.6.0", path = "../azalea-auth" } azalea-brigadier = { version = "0.6.0", path = "../azalea-brigadier" } -- cgit v1.2.3 From 8ef57aa698a373661076933e8aa25af0f82c758d Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 17 May 2023 00:04:16 -0500 Subject: chore: Release --- Cargo.lock | 24 +++++++++++------------ azalea-auth/Cargo.toml | 4 ++-- azalea-block/Cargo.toml | 4 ++-- azalea-block/azalea-block-macros/Cargo.toml | 2 +- azalea-brigadier/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 2 +- azalea-client/Cargo.toml | 14 ++++++------- azalea-crypto/Cargo.toml | 2 +- azalea-language/Cargo.toml | 2 +- azalea-physics/Cargo.toml | 6 +++--- azalea-protocol/Cargo.toml | 14 ++++++------- azalea-protocol/azalea-protocol-macros/Cargo.toml | 2 +- azalea-world/Cargo.toml | 4 ++-- azalea/Cargo.toml | 16 +++++++-------- azalea/README.md | 2 +- 15 files changed, 50 insertions(+), 50 deletions(-) (limited to 'azalea-protocol') diff --git a/Cargo.lock b/Cargo.lock index 99e87e80..c76696cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "azalea" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "async-trait", @@ -194,7 +194,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-buf", "azalea-crypto", @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-block-macros", "azalea-buf", @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "azalea-block-macros" -version = "0.6.0" +version = "0.7.0" dependencies = [ "proc-macro2", "quote", @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-buf", "azalea-chat", @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "async-trait", @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.6.0" +version = "0.7.0" dependencies = [ "aes", "azalea-buf", @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "azalea-language" -version = "0.6.0" +version = "0.7.0" dependencies = [ "once_cell", "serde", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-block", "azalea-core", @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "async-compression", @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "azalea-protocol-macros" -version = "0.6.0" +version = "0.7.0" dependencies = [ "proc-macro2", "quote", @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.6.0" +version = "0.7.0" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 401e20e0..a795407f 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-crypto = { path = "../azalea-crypto", version = "^0.6.0" } +azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" } chrono = { version = "0.4.22", default-features = false } log = "0.4.17" num-bigint = "0.4.3" diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index fe648991..9db6d481 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-block" repository = "https://github.com/mat-1/azalea/tree/main/azalea-block" -version = "0.6.0" +version = "0.7.0" [lib] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block-macros = { path = "./azalea-block-macros", version = "^0.6.0" } +azalea-block-macros = { path = "./azalea-block-macros", version = "^0.7.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-registry = { version = "0.7.0", path = "../azalea-registry" } diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 1cc1d0f7..80d9a818 100644 --- a/azalea-block/azalea-block-macros/Cargo.toml +++ b/azalea-block/azalea-block-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-block-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-block/azalea-block-macros" -version = "0.6.0" +version = "0.7.0" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index 2c61ea3c..f7b475b7 100644 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-brigadier" repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 3794b256..8a9cf2ef 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -15,7 +15,7 @@ default = ["azalea-buf"] azalea-buf = { path = "../azalea-buf", features = [ "serde_json", ], version = "^0.7.0", optional = true } -azalea-language = { path = "../azalea-language", version = "^0.6.0" } +azalea-language = { path = "../azalea-language", version = "^0.7.0" } log = "0.4.17" once_cell = "1.16.0" serde = { version = "^1.0", features = ["derive"] } diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index a4fe20eb..0271d42e 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,22 +4,22 @@ edition = "2021" license = "MIT" name = "azalea-client" repository = "https://github.com/mat-1/azalea/tree/main/azalea-client" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.59" async-trait = "0.1.58" -azalea-auth = { path = "../azalea-auth", version = "0.6.0" } -azalea-block = { path = "../azalea-block", version = "0.6.0" } +azalea-auth = { path = "../azalea-auth", version = "0.7.0" } +azalea-block = { path = "../azalea-block", version = "0.7.0" } azalea-chat = { path = "../azalea-chat", version = "0.7.0" } azalea-core = { path = "../azalea-core", version = "0.7.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.6.0" } -azalea-physics = { path = "../azalea-physics", version = "0.6.0" } -azalea-protocol = { path = "../azalea-protocol", version = "0.6.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.7.0" } +azalea-physics = { path = "../azalea-physics", version = "0.7.0" } +azalea-protocol = { path = "../azalea-protocol", version = "0.7.0" } azalea-registry = { path = "../azalea-registry", version = "0.7.0" } -azalea-world = { path = "../azalea-world", version = "0.6.0" } +azalea-world = { path = "../azalea-world", version = "0.7.0" } bevy_app = "0.10.0" bevy_ecs = "0.10.0" bevy_log = "0.10.0" diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 29223ea2..aed12e04 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -3,7 +3,7 @@ description = "Cryptography features used in Minecraft." edition = "2021" license = "MIT" name = "azalea-crypto" -version = "0.6.0" +version = "0.7.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index 2e518b70..ae24aed3 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-language" repository = "https://github.com/mat-1/azalea/tree/main/azalea-language" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 67f14c29..086620dc 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -4,16 +4,16 @@ edition = "2021" license = "MIT" name = "azalea-physics" repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block", version = "^0.6.0" } +azalea-block = { path = "../azalea-block", version = "^0.7.0" } azalea-core = { path = "../azalea-core", version = "^0.7.0" } azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } -azalea-world = { path = "../azalea-world", version = "^0.6.0" } +azalea-world = { path = "../azalea-world", version = "^0.7.0" } bevy_app = "0.10.0" bevy_ecs = "0.10.0" once_cell = "1.16.0" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 5b622d39..8f702aa4 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-protocol" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,9 +14,9 @@ async-compression = { version = "^0.3.8", features = [ "zlib", ], optional = true } async-recursion = "1.0.0" -azalea-auth = { path = "../azalea-auth", version = "^0.6.0" } -azalea-block = { path = "../azalea-block", default-features = false, version = "^0.6.0" } -azalea-brigadier = { path = "../azalea-brigadier", version = "^0.6.0", features = [ +azalea-auth = { path = "../azalea-auth", version = "^0.7.0" } +azalea-block = { path = "../azalea-block", default-features = false, version = "^0.7.0" } +azalea-brigadier = { path = "../azalea-brigadier", version = "^0.7.0", features = [ "azalea-buf", ] } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } @@ -24,14 +24,14 @@ 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-crypto = { path = "../azalea-crypto", version = "^0.7.0" } 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-protocol-macros = { path = "./azalea-protocol-macros", version = "^0.7.0" } azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } -azalea-world = { path = "../azalea-world", version = "^0.6.0" } +azalea-world = { path = "../azalea-world", version = "^0.7.0" } bevy_ecs = { version = "0.10.0", default-features = false } byteorder = "^1.4.3" bytes = "^1.1.0" diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index 914de95a..dcd9a329 100644 --- a/azalea-protocol/azalea-protocol-macros/Cargo.toml +++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml @@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol." edition = "2021" license = "MIT" name = "azalea-protocol-macros" -version = "0.6.0" +version = "0.7.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros" [lib] diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 42f056ca..b2c1aa5c 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/mat-1/azalea/tree/main/azalea-world" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block", default-features = false, version = "^0.6.0" } +azalea-block = { path = "../azalea-block", default-features = false, version = "^0.7.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [ diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 1fd25ccd..c03248a7 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea" -version = "0.6.0" +version = "0.7.0" [package.metadata.release] pre-release-replacements = [ @@ -14,17 +14,17 @@ pre-release-replacements = [ [dependencies] anyhow = "^1.0.65" async-trait = "0.1.58" -azalea-block = { version = "0.6.0", path = "../azalea-block" } +azalea-block = { version = "0.7.0", path = "../azalea-block" } azalea-chat = { version = "0.7.0", path = "../azalea-chat" } -azalea-client = { version = "0.6.0", path = "../azalea-client" } +azalea-client = { version = "0.7.0", path = "../azalea-client" } azalea-core = { version = "0.7.0", path = "../azalea-core" } azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } -azalea-physics = { version = "0.6.0", path = "../azalea-physics" } -azalea-protocol = { version = "0.6.0", path = "../azalea-protocol" } +azalea-physics = { version = "0.7.0", path = "../azalea-physics" } +azalea-protocol = { version = "0.7.0", path = "../azalea-protocol" } azalea-registry = { version = "0.7.0", path = "../azalea-registry" } -azalea-world = { version = "0.6.0", path = "../azalea-world" } -azalea-auth = { version = "0.6.0", path = "../azalea-auth" } -azalea-brigadier = { version = "0.6.0", path = "../azalea-brigadier" } +azalea-world = { version = "0.7.0", path = "../azalea-world" } +azalea-auth = { version = "0.7.0", path = "../azalea-auth" } +azalea-brigadier = { version = "0.7.0", path = "../azalea-brigadier" } bevy_app = "0.10.0" bevy_ecs = "0.10.0" bevy_tasks = "0.10.0" diff --git a/azalea/README.md b/azalea/README.md index 21be566a..e173bdd2 100755 --- a/azalea/README.md +++ b/azalea/README.md @@ -15,7 +15,7 @@ Then, add one of the following lines to your Cargo.toml: Latest bleeding-edge version: `azalea = { git="https://github.com/mat-1/azalea" }`\ Latest "stable" release: -`azalea = "0.6.0"` +`azalea = "0.7.0"` ## Optimization -- cgit v1.2.3