diff options
| author | mat <git@matdoes.dev> | 2026-03-28 05:50:31 +0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-28 13:54:19 +1200 |
| commit | a253702e2546a95cce68dc4a3b8b00a4c3570c1f (patch) | |
| tree | ad98e9b307722e9d31afe3209b037d983386f0ff /Cargo.toml | |
| parent | b9995f1070edfea132da2933401f7b015f702fbb (diff) | |
| download | azalea-drasl-a253702e2546a95cce68dc4a3b8b00a4c3570c1f.tar.xz | |
0.16.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -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 |
