From 5d1b8e033914a4c128cc9dc2583504b7a28c0f6b 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-block/Cargo.toml | 2 +- azalea-client/Cargo.toml | 2 +- azalea-physics/Cargo.toml | 2 +- azalea-protocol/Cargo.toml | 2 +- azalea-world/Cargo.toml | 2 +- azalea/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1c9e2dd..997f390d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.4.0" +version = "0.5.0" dependencies = [ "azalea-block-macros", "azalea-buf", diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 580d8ae7..8a45858c 100755 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-block" repository = "https://github.com/mat-1/azalea/tree/main/azalea-block" -version = "0.4.0" +version = "0.5.0" [lib] diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 0efdeef2..89829317 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -12,7 +12,7 @@ version = "0.4.0" anyhow = "1.0.59" async-trait = "0.1.58" azalea-auth = {path = "../azalea-auth", version = "0.4.0"} -azalea-block = {path = "../azalea-block", version = "0.4.0"} +azalea-block = {path = "../azalea-block", version = "0.5.0" } azalea-chat = {path = "../azalea-chat", version = "0.4.0"} azalea-core = {path = "../azalea-core", version = "0.4.0"} azalea-crypto = {path = "../azalea-crypto", version = "0.4.0"} diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 7619db80..223521b8 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/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-block = {path = "../azalea-block", version = "^0.4.0" } +azalea-block = {path = "../azalea-block", version = "^0.5.0" } azalea-core = {path = "../azalea-core", version = "^0.4.0" } azalea-world = {path = "../azalea-world", version = "^0.4.0" } once_cell = "1.16.0" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 5c66e499..cc049089 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -12,7 +12,7 @@ version = "0.4.0" async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} 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-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" } azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]} azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.4.0"} diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 3e725361..f7d38155 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/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-block = {path = "../azalea-block", default-features = false, version = "^0.4.0" } +azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.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" } diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 9cb30d62..03758fb8 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -14,7 +14,7 @@ pre-release-replacements = [ [dependencies] anyhow = "^1.0.65" async-trait = "0.1.58" -azalea-block = { version = "0.4.0", path = "../azalea-block" } +azalea-block = { version = "0.5.0", path = "../azalea-block" } azalea-chat = { version = "0.4.0", path = "../azalea-chat" } azalea-client = { version = "0.4.0", path = "../azalea-client" } azalea-core = { version = "0.4.0", path = "../azalea-core" }