From ba3d8c35af15c2286e2eeb8259f8340adf975691 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 9 Feb 2023 21:03:16 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 38 +++++++++---------- azalea-auth/Cargo.toml | 6 +-- azalea-block/Cargo.toml | 8 ++-- azalea-block/azalea-block-macros/Cargo.toml | 2 +- azalea-brigadier/Cargo.toml | 6 +-- azalea-buf/Cargo.toml | 4 +- azalea-buf/azalea-buf-macros/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 6 +-- azalea-client/Cargo.toml | 20 +++++----- azalea-core/Cargo.toml | 8 ++-- azalea-crypto/Cargo.toml | 4 +- azalea-language/Cargo.toml | 2 +- azalea-nbt/Cargo.toml | 4 +- azalea-physics/Cargo.toml | 10 ++--- azalea-protocol/Cargo.toml | 26 ++++++------- .../azalea-protocol-macros/Cargo.toml | 2 +- azalea-registry/Cargo.toml | 6 +-- .../azalea-registry-macros/Cargo.toml | 2 +- azalea-world/Cargo.toml | 14 +++---- azalea/Cargo.toml | 18 ++++----- azalea/README.md | 2 +- 21 files changed, 95 insertions(+), 95 deletions(-) mode change 100755 => 100644 azalea-block/Cargo.toml mode change 100755 => 100644 azalea-block/azalea-block-macros/Cargo.toml mode change 100755 => 100644 azalea-brigadier/Cargo.toml mode change 100755 => 100644 azalea-buf/azalea-buf-macros/Cargo.toml mode change 100755 => 100644 azalea-chat/Cargo.toml mode change 100755 => 100644 azalea-core/Cargo.toml mode change 100755 => 100644 azalea-crypto/Cargo.toml mode change 100755 => 100644 azalea-language/Cargo.toml mode change 100755 => 100644 azalea-nbt/Cargo.toml mode change 100755 => 100644 azalea-protocol/azalea-protocol-macros/Cargo.toml mode change 100755 => 100644 azalea-registry/Cargo.toml mode change 100755 => 100644 azalea-registry/azalea-registry-macros/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock index 73f21a5e..93be5154 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "azalea" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", @@ -193,7 +193,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-buf", "azalea-crypto", @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-block-macros", "azalea-buf", @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "azalea-block-macros" -version = "0.5.0" +version = "0.6.0" dependencies = [ "proc-macro2", "quote", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-buf", "azalea-chat", @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "azalea-buf" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-buf-macros", "byteorder", @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "azalea-buf-macros" -version = "0.5.0" +version = "0.6.0" dependencies = [ "proc-macro2", "quote", @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-buf", "azalea-language", @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "azalea-core" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-buf", "azalea-chat", @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.5.0" +version = "0.6.0" dependencies = [ "aes", "azalea-buf", @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "azalea-language" -version = "0.5.0" +version = "0.6.0" dependencies = [ "once_cell", "serde", @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "azalea-nbt" -version = "0.5.0" +version = "0.6.0" dependencies = [ "ahash 0.8.3", "azalea-buf", @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-block", "azalea-core", @@ -390,7 +390,7 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-compression", @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "azalea-protocol-macros" -version = "0.5.0" +version = "0.6.0" dependencies = [ "proc-macro2", "quote", @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "azalea-registry" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-buf", "azalea-registry-macros", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "azalea-registry-macros" -version = "0.5.0" +version = "0.6.0" dependencies = [ "proc-macro2", "quote", @@ -454,7 +454,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.5.0" +version = "0.6.0" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 83515500..6caae583 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.5.0" +version = "0.6.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.5.0"} -azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0"} +azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } +azalea-crypto = {path = "../azalea-crypto", version = "^0.6.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 old mode 100755 new mode 100644 index 13b1758c..770bf336 --- 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.5.0" +version = "0.6.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.5.0" } -azalea-buf = { path = "../azalea-buf", version = "^0.5.0" } -azalea-registry = { version = "0.5.0", path = "../azalea-registry" } +azalea-block-macros = { path = "./azalea-block-macros", version = "^0.6.0" } +azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } +azalea-registry = { version = "0.6.0", path = "../azalea-registry" } diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml old mode 100755 new mode 100644 index 39744dcc..1cc1d0f7 --- 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.5.0" +version = "0.6.0" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml old mode 100755 new mode 100644 index e4540672..254ccc83 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-brigadier" repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier" -version = "0.5.0" +version = "0.6.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.5.0", optional = true} -azalea-chat = {path = "../azalea-chat", version = "^0.5.0", optional = true} +azalea-buf = {path = "../azalea-buf", version = "^0.6.0", optional = true} +azalea-chat = {path = "../azalea-chat", version = "^0.6.0", optional = true} [features] azalea-buf = ["dep:azalea-buf", "dep:azalea-chat"] diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 86760c50..ac878a4f 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.5.0" } +azalea-buf-macros = {path = "./azalea-buf-macros", version = "^0.6.0" } byteorder = "^1.4.3" log = "0.4.17" serde_json = {version = "^1.0", optional = true} diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml old mode 100755 new mode 100644 index 50a497d6..f6775b76 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf-macros" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" -version = "0.5.0" +version = "0.6.0" [lib] proc-macro = true diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml old mode 100755 new mode 100644 index fc1df00f..067062bc --- 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.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,8 +14,8 @@ default = ["azalea-buf"] [dependencies] azalea-buf = { path = "../azalea-buf", features = [ "serde_json", -], version = "^0.5.0", optional = true } -azalea-language = { path = "../azalea-language", version = "^0.5.0" } +], version = "^0.6.0", optional = true } +azalea-language = { path = "../azalea-language", version = "^0.6.0" } log = "0.4.17" once_cell = "1.16.0" serde = { version = "^1.0.148", features = ["derive"] } diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 6bfc4947..18c13d4f 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,23 +4,23 @@ edition = "2021" license = "MIT" name = "azalea-client" repository = "https://github.com/mat-1/azalea/tree/main/azalea-client" -version = "0.5.0" +version = "0.6.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.5.0"} -azalea-block = {path = "../azalea-block", version = "0.5.0"} -azalea-chat = {path = "../azalea-chat", version = "0.5.0"} -azalea-core = {path = "../azalea-core", version = "0.5.0"} -azalea-crypto = {path = "../azalea-crypto", version = "0.5.0"} +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-crypto = {path = "../azalea-crypto", version = "0.6.0" } azalea-ecs = {path = "../azalea-ecs", version = "0.6.0"} -azalea-physics = {path = "../azalea-physics", version = "0.5.0"} -azalea-protocol = {path = "../azalea-protocol", version = "0.5.0"} -azalea-registry = {path = "../azalea-registry", version = "0.5.0"} -azalea-world = {path = "../azalea-world", version = "0.5.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-world = {path = "../azalea-world", version = "0.6.0" } bevy_tasks = "0.9.1" bevy_time = "0.9.1" derive_more = {version = "0.99.17", features = ["deref", "deref_mut"]} diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml old mode 100755 new mode 100644 index e102594d..0baa40ac --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -4,14 +4,14 @@ edition = "2021" license = "MIT" name = "azalea-core" repository = "https://github.com/mat-1/azalea/tree/main/azalea-core" -version = "0.5.0" +version = "0.6.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.5.0"} -azalea-chat = {path = "../azalea-chat", version = "^0.5.0"} -azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0"} +azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } +azalea-chat = {path = "../azalea-chat", version = "^0.6.0" } +azalea-nbt = {path = "../azalea-nbt", version = "^0.6.0" } bevy_ecs = {version = "0.9.1", default-features = false, optional = true} uuid = "^1.1.2" diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml old mode 100755 new mode 100644 index 7c983987..e49e5e9d --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -3,14 +3,14 @@ description = "Cryptography features used in Minecraft." edition = "2021" license = "MIT" name = "azalea-crypto" -version = "0.5.0" +version = "0.6.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 [dependencies] aes = "0.8.1" -azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } cfb8 = "0.8.1" num-bigint = "^0.4.3" rand = {version = "^0.8.4", features = ["getrandom"]} diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml old mode 100755 new mode 100644 index 9868dc68..d0b160c3 --- 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.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml old mode 100755 new mode 100644 index 03201ab7..b67c90c8 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -3,14 +3,14 @@ description = "A fast NBT serializer and deserializer." edition = "2021" license = "MIT" name = "azalea-nbt" -version = "0.5.0" +version = "0.6.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 [dependencies] ahash = { version = "^0.8.0", features = ["serde"]} -azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } byteorder = "^1.4.3" flate2 = "^1.0.23" log = "0.4.17" diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 44aa2fb6..5e071f13 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.5.0" +version = "0.6.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.5.0"} -azalea-core = {path = "../azalea-core", version = "^0.5.0"} +azalea-block = {path = "../azalea-block", version = "^0.6.0" } +azalea-core = {path = "../azalea-core", version = "^0.6.0" } azalea-ecs = {version = "0.6.0", path = "../azalea-ecs"} -azalea-registry = {path = "../azalea-registry", version = "^0.5.0"} -azalea-world = {path = "../azalea-world", version = "^0.5.0"} +azalea-registry = {path = "../azalea-registry", version = "^0.6.0" } +azalea-world = {path = "../azalea-world", version = "^0.6.0" } iyes_loopless = "0.9.1" once_cell = "1.16.0" parking_lot = "^0.12.1" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 735c0397..fa669b2e 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -4,24 +4,24 @@ edition = "2021" license = "MIT" name = "azalea-protocol" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" -azalea-auth = {path = "../azalea-auth", version = "^0.5.0" } -azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" } -azalea-brigadier = {path = "../azalea-brigadier", version = "^0.5.0", features = ["azalea-buf"]} -azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } -azalea-chat = {path = "../azalea-chat", version = "^0.5.0" } -azalea-core = {path = "../azalea-core", optional = true, version = "^0.5.0" } -azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" } -azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.5.0" } -azalea-registry = {path = "../azalea-registry", version = "^0.5.0" } -azalea-world = {path = "../azalea-world", version = "^0.5.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-buf"]} +azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } +azalea-chat = {path = "../azalea-chat", version = "^0.6.0" } +azalea-core = {path = "../azalea-core", optional = true, version = "^0.6.0" } +azalea-crypto = {path = "../azalea-crypto", version = "^0.6.0" } +azalea-nbt = {path = "../azalea-nbt", version = "^0.6.0" } +azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.6.0" } +azalea-registry = {path = "../azalea-registry", version = "^0.6.0" } +azalea-world = {path = "../azalea-world", version = "^0.6.0" } bevy_ecs = { version = "0.9.1", default-features = false } byteorder = "^1.4.3" bytes = "^1.1.0" @@ -46,4 +46,4 @@ packets = ["connecting", "dep:async-compression", "dep:azalea-core"] anyhow = "^1.0.65" tracing = "^0.1.36" tracing-subscriber = "^0.3.15" -once_cell = "1.17.0" \ No newline at end of file +once_cell = "1.17.0" diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml old mode 100755 new mode 100644 index 74c9b569..914de95a --- 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.5.0" +version = "0.6.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros" [lib] diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml old mode 100755 new mode 100644 index 5f1d7e3a..ec8a146e --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -4,11 +4,11 @@ edition = "2021" license = "MIT" name = "azalea-registry" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry" -version = "0.5.0" +version = "0.6.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.5.0"} -azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.5.0"} +azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } +azalea-registry-macros = {path = "./azalea-registry-macros", version = "^0.6.0" } enum-as-inner = "0.5.1" diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml old mode 100755 new mode 100644 index 8d499b62..07c81845 --- 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.5.0" +version = "0.6.0" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 6ab6b4ed..17239424 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,18 +4,18 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/mat-1/azalea/tree/main/azalea-world" -version = "0.5.0" +version = "0.6.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.5.0"} -azalea-buf = {path = "../azalea-buf", version = "^0.5.0"} -azalea-chat = {path = "../azalea-chat", version = "^0.5.0"} -azalea-core = {path = "../azalea-core", version = "^0.5.0", features = ["bevy_ecs"]} +azalea-block = {path = "../azalea-block", default-features = false, version = "^0.6.0" } +azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } +azalea-chat = {path = "../azalea-chat", version = "^0.6.0" } +azalea-core = {path = "../azalea-core", version = "^0.6.0", features = ["bevy_ecs"]} azalea-ecs = {version = "0.6.0", path = "../azalea-ecs"} -azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0"} -azalea-registry = {path = "../azalea-registry", version = "^0.5.0"} +azalea-nbt = {path = "../azalea-nbt", version = "^0.6.0" } +azalea-registry = {path = "../azalea-registry", version = "^0.6.0" } derive_more = {version = "0.99.17", features = ["deref", "deref_mut"]} enum-as-inner = "0.5.1" iyes_loopless = "0.9.1" diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index a37cb84c..e1d5db04 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.5.0" +version = "0.6.0" [package.metadata.release] pre-release-replacements = [ @@ -14,15 +14,15 @@ pre-release-replacements = [ [dependencies] anyhow = "^1.0.65" async-trait = "0.1.58" -azalea-block = {version = "0.5.0", path = "../azalea-block"} -azalea-chat = {version = "0.5.0", path = "../azalea-chat"} -azalea-client = {version = "0.5.0", path = "../azalea-client"} -azalea-core = {version = "0.5.0", path = "../azalea-core"} +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-ecs = {version = "0.6.0", path = "../azalea-ecs"} -azalea-physics = {version = "0.5.0", path = "../azalea-physics"} -azalea-protocol = {version = "0.5.0", path = "../azalea-protocol"} -azalea-registry = {version = "0.5.0", path = "../azalea-registry"} -azalea-world = {version = "0.5.0", path = "../azalea-world"} +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-world = {version = "0.6.0", path = "../azalea-world"} bevy_tasks = "0.9.1" derive_more = {version = "0.99.17", features = ["deref", "deref_mut"]} futures = "0.3.25" diff --git a/azalea/README.md b/azalea/README.md index ec694d4f..a9ef7094 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.5.0"` +`azalea = "0.6.0"` ## Optimization