aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-03-28 05:50:31 +0400
committermat <git@matdoes.dev>2026-03-28 13:54:19 +1200
commita253702e2546a95cce68dc4a3b8b00a4c3570c1f (patch)
treead98e9b307722e9d31afe3209b037d983386f0ff /Cargo.toml
parentb9995f1070edfea132da2933401f7b015f702fbb (diff)
downloadazalea-drasl-a253702e2546a95cce68dc4a3b8b00a4c3570c1f.tar.xz
0.16.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml46
1 files changed, 23 insertions, 23 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 253612d7..5bf40154 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ resolver = "3"
# --- Workspace Settings ---
[workspace.package]
-version = "0.15.0+mc26.1"
+version = "0.16.0+mc26.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/azalea-rs/azalea"
@@ -76,8 +76,8 @@ serde = "1.0.228"
serde_json = "1.0.149"
sha1 = "0.11.0-rc.5"
sha2 = "0.11.0-rc.5"
-# simdnbt = "0.9.0"
-simdnbt = { git = "https://github.com/azalea-rs/simdnbt" }
+simdnbt = "0.10.0"
+# simdnbt = { git = "https://github.com/azalea-rs/simdnbt" }
socks5-impl = "0.8.1"
syn = "2.0.117"
thiserror = "2.0.18"
@@ -88,26 +88,26 @@ tracing-subscriber = "0.3.23"
uuid = "1.22.0"
radix-heap = "0.4.2"
-azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.15.0", default-features = false }
-azalea-block = { path = "azalea-block", version = "0.15.0", default-features = false }
-azalea-auth = { path = "azalea-auth", version = "0.15.0", default-features = false }
-azalea-brigadier = { path = "azalea-brigadier", version = "0.15.0", default-features = false }
-azalea-buf-macros = { path = "azalea-buf/azalea-buf-macros", version = "0.15.0", default-features = false }
-azalea-buf = { path = "azalea-buf", version = "0.15.0", default-features = false }
-azalea-chat = { path = "azalea-chat", version = "0.15.0", default-features = false }
-azalea-client = { path = "azalea-client", version = "0.15.0", default-features = false }
-azalea-core = { path = "azalea-core", version = "0.15.0", default-features = false }
-azalea-crypto = { path = "azalea-crypto", version = "0.15.0", default-features = false }
-azalea-entity = { path = "azalea-entity", version = "0.15.0", default-features = false }
-azalea-inventory-macros = { path = "azalea-inventory/azalea-inventory-macros", version = "0.15.0", default-features = false }
-azalea-inventory = { path = "azalea-inventory", version = "0.15.0", default-features = false }
-azalea-language = { path = "azalea-language", version = "0.15.0", default-features = false }
-azalea-physics = { path = "azalea-physics", version = "0.15.0", default-features = false }
-azalea-protocol-macros = { path = "azalea-protocol/azalea-protocol-macros", version = "0.15.0", default-features = false }
-azalea-protocol = { path = "azalea-protocol", version = "0.15.0", default-features = false }
-azalea-registry-macros = { path = "azalea-registry/azalea-registry-macros", version = "0.15.0", default-features = false }
-azalea-registry = { path = "azalea-registry", version = "0.15.0", default-features = false }
-azalea-world = { path = "azalea-world", version = "0.15.0", default-features = false }
+azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.16.0", default-features = false }
+azalea-block = { path = "azalea-block", version = "0.16.0", default-features = false }
+azalea-auth = { path = "azalea-auth", version = "0.16.0", default-features = false }
+azalea-brigadier = { path = "azalea-brigadier", version = "0.16.0", default-features = false }
+azalea-buf-macros = { path = "azalea-buf/azalea-buf-macros", version = "0.16.0", default-features = false }
+azalea-buf = { path = "azalea-buf", version = "0.16.0", default-features = false }
+azalea-chat = { path = "azalea-chat", version = "0.16.0", default-features = false }
+azalea-client = { path = "azalea-client", version = "0.16.0", default-features = false }
+azalea-core = { path = "azalea-core", version = "0.16.0", default-features = false }
+azalea-crypto = { path = "azalea-crypto", version = "0.16.0", default-features = false }
+azalea-entity = { path = "azalea-entity", version = "0.16.0", default-features = false }
+azalea-inventory-macros = { path = "azalea-inventory/azalea-inventory-macros", version = "0.16.0", default-features = false }
+azalea-inventory = { path = "azalea-inventory", version = "0.16.0", default-features = false }
+azalea-language = { path = "azalea-language", version = "0.16.0", default-features = false }
+azalea-physics = { path = "azalea-physics", version = "0.16.0", default-features = false }
+azalea-protocol-macros = { path = "azalea-protocol/azalea-protocol-macros", version = "0.16.0", default-features = false }
+azalea-protocol = { path = "azalea-protocol", version = "0.16.0", default-features = false }
+azalea-registry-macros = { path = "azalea-registry/azalea-registry-macros", version = "0.16.0", default-features = false }
+azalea-registry = { path = "azalea-registry", version = "0.16.0", default-features = false }
+azalea-world = { path = "azalea-world", version = "0.16.0", default-features = false }
[workspace.lints.clippy]
# https://users.rust-lang.org/t/to-string-vs-to-owned-for-string-literals/1441