aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 17:56:35 -0500
committermat <git@matdoes.dev>2024-04-24 17:56:35 -0500
commit84f66a55a5e5b1618111e522c25704ac96d45806 (patch)
treea6079dd70cf82962439902c681ea0e291274c5be
parenta3169d8ffee13e5bb9691ebfb4412ae43ac0593b (diff)
downloadazalea-drasl-84f66a55a5e5b1618111e522c25704ac96d45806.tar.xz
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
-rw-r--r--Cargo.lock157
-rw-r--r--azalea-auth/Cargo.toml2
-rw-r--r--azalea-buf/Cargo.toml2
-rw-r--r--azalea-chat/Cargo.toml2
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-entity/Cargo.toml2
-rw-r--r--azalea-inventory/Cargo.toml6
-rw-r--r--azalea-protocol/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
-rw-r--r--azalea/Cargo.toml2
10 files changed, 52 insertions, 127 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 829150ea..213c405d 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,34 +272,19 @@ 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",
@@ -307,17 +292,6 @@ dependencies = [
[[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"
dependencies = [
"proc-macro2",
@@ -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",
]
@@ -482,17 +441,6 @@ dependencies = [
]
[[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"
dependencies = [
@@ -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",
@@ -2452,26 +2400,12 @@ dependencies = [
[[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"
source = "git+https://github.com/azalea-rs/simdnbt#860d6e1b3a50d49b58b2853bf160420cd0b5eafe"
dependencies = [
"byteorder",
"flate2",
"residua-mutf8",
- "simdnbt-derive 0.4.1 (git+https://github.com/azalea-rs/simdnbt)",
+ "simdnbt-derive",
"thiserror",
"valence_nbt",
]
@@ -2479,17 +2413,6 @@ dependencies = [
[[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"
source = "git+https://github.com/azalea-rs/simdnbt#860d6e1b3a50d49b58b2853bf160420cd0b5eafe"
dependencies = [
"proc-macro2",
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 7e580851..979b59a6 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 63f8390b..8095e6ac 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 f590518b..85733e8e 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 4f47a231..b7c58b2c 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 330678e0..99dc5f11 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 ab269bf9..e381119b 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 74ca9b40..25953294 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 9bdb70d9..7cac22e6 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 c515935f..2b2341a5 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 = [