From 88fd99ca5262dbe9788fcc6195c40c956d70e1a0 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 9 Dec 2022 15:34:25 +0000 Subject: [PATCH] (cargo-release) version 0.5.0 --- Cargo.lock | 2 +- azalea-auth/Cargo.toml | 2 +- azalea-block/Cargo.toml | 2 +- azalea-brigadier/Cargo.toml | 2 +- azalea-buf/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 2 +- azalea-core/Cargo.toml | 2 +- azalea-crypto/Cargo.toml | 2 +- azalea-nbt/Cargo.toml | 2 +- azalea-protocol/Cargo.toml | 2 +- azalea-registry/Cargo.toml | 2 +- azalea-world/Cargo.toml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d87a9202..f1c9e2dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ dependencies = [ [[package]] name = "azalea-buf" -version = "0.4.0" +version = "0.5.0" dependencies = [ "azalea-buf-macros", "byteorder", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 4fe294fb..19fbaaa6 100755 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -9,7 +9,7 @@ version = "0.4.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.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0" } chrono = {version = "0.4.22", default-features = false} log = "0.4.17" diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 146d04c3..580d8ae7 100755 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -12,4 +12,4 @@ version = "0.4.0" [dependencies] azalea-block-macros = {path = "./azalea-block-macros", version = "^0.5.0" } -azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index 43e71b3c..e261ce60 100755 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -9,7 +9,7 @@ version = "0.4.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.4.0", optional = true} +azalea-buf = {path = "../azalea-buf", version = "^0.5.0", optional = true} azalea-chat = {path = "../azalea-chat", version = "^0.4.0", optional = true} [features] diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index a64cfd01..bd9c8538 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.4.0" +version = "0.5.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 482ce536..2649e7af 100755 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -11,7 +11,7 @@ version = "0.4.0" [dependencies] azalea-buf = { path = "../azalea-buf", features = [ "serde_json", -], version = "^0.4.0" } +], version = "^0.5.0" } azalea-language = { path = "../azalea-language", version = "^0.4.0" } log = "0.4.17" once_cell = "1.16.0" diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index d7be2a3c..6612a2c3 100755 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-core" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.4.0" } azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" } uuid = "^1.1.2" diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index da1b0190..81f7936e 100755 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto" [dependencies] aes = "0.8.1" -azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } cfb8 = "0.8.1" num-bigint = "^0.4.3" rand = {version = "^0.8.4", features = ["getrandom"]} diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index 1ff52cdd..40dbfe42 100755 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt" [dependencies] ahash = { version = "^0.8.0", features = ["serde"]} -azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } byteorder = "^1.4.3" flate2 = "^1.0.23" log = "0.4.17" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index e78af516..5c66e499 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -14,7 +14,7 @@ async-recursion = "1.0.0" azalea-auth = {path = "../azalea-auth", version = "^0.4.0"} azalea-block = {path = "../azalea-block", default-features = false, version = "^0.4.0"} azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]} -azalea-buf = {path = "../azalea-buf", version = "^0.4.0"} +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.4.0"} azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0"} azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0"} diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index eb8463a5..44e14200 100755 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -9,5 +9,5 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.4.0" } diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index ecff03d3..3e725361 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -10,7 +10,7 @@ version = "0.4.0" [dependencies] azalea-block = {path = "../azalea-block", default-features = false, version = "^0.4.0" } -azalea-buf = {path = "../azalea-buf", version = "^0.4.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.4.0" } azalea-core = {path = "../azalea-core", version = "^0.4.0" } azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" }