From a253702e2546a95cce68dc4a3b8b00a4c3570c1f Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 28 Mar 2026 05:50:31 +0400 Subject: 0.16.0 --- Cargo.toml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3