From 84f66a55a5e5b1618111e522c25704ac96d45806 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 24 Apr 2024 17:56:35 -0500 Subject: [PATCH] Release 0.10.1 azalea@0.10.1 azalea-auth@0.10.1 azalea-buf@0.10.1 azalea-chat@0.10.1 azalea-client@0.10.1 azalea-entity@0.10.1 azalea-inventory@0.10.1 azalea-protocol@0.10.1 azalea-world@0.10.1 Generated by cargo-workspaces --- Cargo.lock | 157 +++++++++--------------------------- azalea-auth/Cargo.toml | 2 +- azalea-buf/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 2 +- azalea-client/Cargo.toml | 2 +- azalea-entity/Cargo.toml | 2 +- azalea-inventory/Cargo.toml | 6 +- azalea-protocol/Cargo.toml | 2 +- azalea-world/Cargo.toml | 2 +- azalea/Cargo.toml | 2 +- 10 files changed, 52 insertions(+), 127 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 829150ea9..213c405df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,15 +190,15 @@ checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" [[package]] name = "azalea" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "async-trait", "azalea-auth", "azalea-block", "azalea-brigadier", - "azalea-buf 0.10.0", - "azalea-chat 0.10.0", + "azalea-buf", + "azalea-chat", "azalea-client", "azalea-core", "azalea-entity", @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.10.0" +version = "0.10.1" dependencies = [ - "azalea-buf 0.10.0", + "azalea-buf", "azalea-crypto", "base64", "chrono", @@ -255,7 +255,7 @@ name = "azalea-block" version = "0.10.0" dependencies = [ "azalea-block-macros", - "azalea-buf 0.10.0", + "azalea-buf", "azalea-registry", ] @@ -272,50 +272,24 @@ dependencies = [ name = "azalea-brigadier" version = "0.10.0" dependencies = [ - "azalea-buf 0.10.0", - "azalea-chat 0.10.0", + "azalea-buf", + "azalea-chat", "parking_lot", ] [[package]] name = "azalea-buf" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f594a8b604e04e923b101add22ae79304c15ecd26f448b4273123c56b92693" -dependencies = [ - "azalea-buf-macros 0.9.1", - "byteorder", - "serde_json", - "simdnbt 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "tracing", - "uuid", -] - -[[package]] -name = "azalea-buf" -version = "0.10.0" +version = "0.10.1" dependencies = [ - "azalea-buf-macros 0.10.0", + "azalea-buf-macros", "byteorder", "serde_json", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", "thiserror", "tracing", "uuid", ] -[[package]] -name = "azalea-buf-macros" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d9fde530111dfc02008917d26ad53dd31a5267d7abe0fde6c93a72fce681257" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.60", -] - [[package]] name = "azalea-buf-macros" version = "0.10.0" @@ -327,43 +301,28 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.10.0" +version = "0.10.1" dependencies = [ - "azalea-buf 0.10.0", - "azalea-language 0.10.0", + "azalea-buf", + "azalea-language", "azalea-registry", "once_cell", "serde", "serde_json", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", - "tracing", -] - -[[package]] -name = "azalea-chat" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "574654cb6a6897ed2c041212989ef7458f499cabffc4ff92894567bf9dee1fc8" -dependencies = [ - "azalea-buf 0.9.1", - "azalea-language 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "once_cell", - "serde", - "serde_json", - "simdnbt 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "simdnbt", "tracing", ] [[package]] name = "azalea-client" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "async-trait", "azalea-auth", "azalea-block", - "azalea-buf 0.10.0", - "azalea-chat 0.10.0", + "azalea-buf", + "azalea-chat", "azalea-core", "azalea-crypto", "azalea-entity", @@ -387,7 +346,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", "thiserror", "tokio", "tracing", @@ -398,14 +357,14 @@ dependencies = [ name = "azalea-core" version = "0.10.0" dependencies = [ - "azalea-buf 0.10.0", + "azalea-buf", "azalea-registry", "bevy_ecs", "nohash-hasher", "num-traits", "serde", "serde_json", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", "tracing", "uuid", ] @@ -415,7 +374,7 @@ name = "azalea-crypto" version = "0.10.0" dependencies = [ "aes", - "azalea-buf 0.10.0", + "azalea-buf", "cfb8", "criterion", "num-bigint", @@ -429,11 +388,11 @@ dependencies = [ [[package]] name = "azalea-entity" -version = "0.10.0" +version = "0.10.1" dependencies = [ "azalea-block", - "azalea-buf 0.10.0", - "azalea-chat 0.10.0", + "azalea-buf", + "azalea-chat", "azalea-core", "azalea-inventory", "azalea-registry", @@ -444,7 +403,7 @@ dependencies = [ "enum-as-inner", "nohash-hasher", "parking_lot", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", "thiserror", "tracing", "uuid", @@ -452,14 +411,14 @@ dependencies = [ [[package]] name = "azalea-inventory" -version = "0.10.0" +version = "0.10.1" dependencies = [ - "azalea-buf 0.10.0", - "azalea-chat 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "azalea-buf", + "azalea-chat", "azalea-core", "azalea-inventory-macros", "azalea-registry", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", "uuid", ] @@ -481,17 +440,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "azalea-language" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11f12a23b2459b91147a818bd16e3bac3cf7271d7a61d4d2b386a5edce870d63" -dependencies = [ - "once_cell", - "serde", - "serde_json", -] - [[package]] name = "azalea-physics" version = "0.10.0" @@ -515,15 +463,15 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "async-recursion", "azalea-auth", "azalea-block", "azalea-brigadier", - "azalea-buf 0.10.0", - "azalea-chat 0.10.0", + "azalea-buf", + "azalea-chat", "azalea-core", "azalea-crypto", "azalea-entity", @@ -542,7 +490,7 @@ dependencies = [ "once_cell", "serde", "serde_json", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", "socks5-impl", "thiserror", "tokio", @@ -566,10 +514,10 @@ dependencies = [ name = "azalea-registry" version = "0.10.0" dependencies = [ - "azalea-buf 0.10.0", + "azalea-buf", "azalea-registry-macros", "once_cell", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", ] [[package]] @@ -583,10 +531,10 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.10.0" +version = "0.10.1" dependencies = [ "azalea-block", - "azalea-buf 0.10.0", + "azalea-buf", "azalea-client", "azalea-core", "azalea-registry", @@ -599,7 +547,7 @@ dependencies = [ "rustc-hash", "serde", "serde_json", - "simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt", "thiserror", "tracing", "uuid", @@ -2449,20 +2397,6 @@ dependencies = [ "rand_core", ] -[[package]] -name = "simdnbt" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb95596ab43601d8f81981640b5c29962a859039eace993b2584f09ea9923eca" -dependencies = [ - "byteorder", - "flate2", - "residua-mutf8", - "simdnbt-derive 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "valence_nbt", -] - [[package]] name = "simdnbt" version = "0.4.2" @@ -2471,22 +2405,11 @@ dependencies = [ "byteorder", "flate2", "residua-mutf8", - "simdnbt-derive 0.4.1 (git+https://github.com/azalea-rs/simdnbt)", + "simdnbt-derive", "thiserror", "valence_nbt", ] -[[package]] -name = "simdnbt-derive" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "314648cf81002de46e7398c99bbdbcc8a3aef38d93ac167ebe328a4a8414fac2" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.60", -] - [[package]] name = "simdnbt-derive" version = "0.4.1" diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 7e5808510..979b59a6d 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth" -version = "0.10.0" +version = "0.10.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 63f8390b6..8095e6acf 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/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.0" +version = "0.10.1" # 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 f590518bf..85733e8e5 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/azalea-rs/azalea/tree/main/azalea-chat" -version = "0.10.0" +version = "0.10.1" # 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 4f47a231b..b7c58b2c6 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-client" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-client" -version = "0.10.0" +version = "0.10.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index 330678e04..99dc5f116 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azalea-entity" -version = "0.10.0" +version = "0.10.1" edition = "2021" description = "Things related to Minecraft entities used by Azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity" diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index ab269bf91..e381119b1 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-inventory" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros" -version = "0.10.0" +version = "0.10.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,6 +13,8 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } azalea-buf = { version = "0.10.0", path = "../azalea-buf" } azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" } azalea-registry = { version = "0.10.0", path = "../azalea-registry" } -azalea-chat = { version = "0.10.0", features = ["azalea-buf"] } +azalea-chat = { version = "0.10.0", path = "../azalea-chat", features = [ + "azalea-buf", +] } azalea-core = { version = "0.10.0", path = "../azalea-core" } uuid = "1.8.0" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 74ca9b404..259532943 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/azalea-rs/azalea/tree/main/azalea-protocol" -version = "0.10.0" +version = "0.10.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 9bdb70d98..7cac22e6b 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world" -version = "0.10.0" +version = "0.10.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index c515935fa..2b2341a54 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea" -version = "0.10.0" +version = "0.10.1" [package.metadata.release] pre-release-replacements = [