aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-23 23:56:30 -0500
committermat <git@matdoes.dev>2024-04-23 23:56:30 -0500
commit2f51a0a123c9e3af7fce205f69ef123eba834957 (patch)
tree8bab0badfce80dbf8969920aa5f0f044711fdf7e
parentdf8068b79c003e3f831a5b6b0e1b52749ad642a9 (diff)
downloadazalea-drasl-2f51a0a123c9e3af7fce205f69ef123eba834957.tar.xz
Release 0.10.0
azalea@0.10.0 azalea-auth@0.10.0 azalea-block@0.10.0 azalea-block-macros@0.10.0 azalea-brigadier@0.10.0 azalea-buf@0.10.0 azalea-buf-macros@0.10.0 azalea-chat@0.10.0 azalea-client@0.10.0 azalea-core@0.10.0 azalea-crypto@0.10.0 azalea-entity@0.10.0 azalea-inventory@0.10.0 azalea-inventory-macros@0.10.0 azalea-language@0.10.0 azalea-physics@0.10.0 azalea-protocol@0.10.0 azalea-protocol-macros@0.10.0 azalea-registry@0.10.0 azalea-registry-macros@0.10.0 azalea-world@0.10.0 Generated by cargo-workspaces
-rw-r--r--azalea-auth/Cargo.toml6
-rw-r--r--azalea-block/Cargo.toml8
-rw-r--r--azalea-block/azalea-block-macros/Cargo.toml2
-rw-r--r--azalea-brigadier/Cargo.toml6
-rw-r--r--azalea-buf/Cargo.toml4
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml2
-rw-r--r--azalea-chat/Cargo.toml6
-rw-r--r--azalea-client/Cargo.toml26
-rw-r--r--azalea-core/Cargo.toml6
-rw-r--r--azalea-crypto/Cargo.toml4
-rw-r--r--azalea-entity/Cargo.toml14
-rw-r--r--azalea-inventory/Cargo.toml12
-rw-r--r--azalea-inventory/azalea-inventory-macros/Cargo.toml2
-rw-r--r--azalea-language/Cargo.toml2
-rw-r--r--azalea-physics/Cargo.toml14
-rw-r--r--azalea-protocol/Cargo.toml20
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml2
-rw-r--r--azalea-registry/Cargo.toml6
-rw-r--r--azalea-registry/azalea-registry-macros/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml8
-rw-r--r--azalea/Cargo.toml28
21 files changed, 90 insertions, 90 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index dfa0309c..7e580851 100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -4,13 +4,13 @@ edition = "2021"
license = "MIT"
name = "azalea-auth"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.9.1" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
base64 = "0.22.0"
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }
tracing = "0.1.40"
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index 4dc15eaf..0c5ec681 100644
--- a/azalea-block/Cargo.toml
+++ b/azalea-block/Cargo.toml
@@ -4,13 +4,13 @@ edition = "2021"
license = "MIT"
name = "azalea-block"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block"
-version = "0.9.1"
+version = "0.10.0"
[lib]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block-macros = { path = "./azalea-block-macros", version = "0.9.1" }
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
-azalea-registry = { version = "0.9.1", path = "../azalea-registry" }
+azalea-block-macros = { path = "./azalea-block-macros", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml
index b6c75425..74720ef3 100644
--- a/azalea-block/azalea-block-macros/Cargo.toml
+++ b/azalea-block/azalea-block-macros/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-block-macros"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block/azalea-block-macros"
-version = "0.9.1"
+version = "0.10.0"
[lib]
proc-macro = true
diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml
index 771e9a64..9f3ea7e7 100644
--- a/azalea-brigadier/Cargo.toml
+++ b/azalea-brigadier/Cargo.toml
@@ -4,13 +4,13 @@ edition = "2021"
license = "MIT"
name = "azalea-brigadier"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-brigadier"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.9.1", optional = true }
-azalea-chat = { path = "../azalea-chat", version = "0.9.1", optional = true }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true }
+azalea-chat = { path = "../azalea-chat", version = "0.10.0", optional = true }
parking_lot = "0.12.1"
[features]
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 21579345..63f8390b 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -4,13 +4,13 @@ edition = "2021"
license = "MIT"
name = "azalea-buf"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.1" }
+azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.10.0" }
byteorder = "^1.5.0"
tracing = "0.1.40"
serde_json = { version = "^1.0", optional = true }
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index 57f7fc6a..61dd76ee 100644
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-buf-macros"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf"
-version = "0.9.1"
+version = "0.10.0"
[lib]
proc-macro = true
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index db750cff..3b2c4646 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.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -18,10 +18,10 @@ simdnbt = ["dep:simdnbt"]
azalea-buf = { path = "../azalea-buf", features = [
"serde_json",
], version = "0.9.1", optional = true }
-azalea-language = { path = "../azalea-language", version = "0.9.1" }
+azalea-language = { path = "../azalea-language", version = "0.10.0" }
simdnbt = { version = "0.4", optional = true, git = "https://github.com/azalea-rs/simdnbt" }
tracing = "0.1.40"
once_cell = "1.19.0"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.116"
-azalea-registry = { path = "../azalea-registry", version = "0.9.1", optional = true }
+azalea-registry = { path = "../azalea-registry", version = "0.10.0", optional = true }
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 57a64002..4f47a231 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.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,16 +13,16 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
reqwest = { version = "0.12.4", default-features = false }
anyhow = "1.0.82"
async-trait = "0.1.80"
-azalea-auth = { path = "../azalea-auth", version = "0.9.1" }
-azalea-block = { path = "../azalea-block", version = "0.9.1" }
-azalea-chat = { path = "../azalea-chat", version = "0.9.1" }
-azalea-core = { path = "../azalea-core", version = "0.9.1" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.9.1" }
-azalea-physics = { path = "../azalea-physics", version = "0.9.1" }
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
-azalea-protocol = { path = "../azalea-protocol", version = "0.9.1" }
-azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
-azalea-world = { path = "../azalea-world", version = "0.9.1" }
+azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
+azalea-block = { path = "../azalea-block", version = "0.10.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.10.0" }
+azalea-core = { path = "../azalea-core", version = "0.10.0" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
+azalea-physics = { path = "../azalea-physics", version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-protocol = { path = "../azalea-protocol", version = "0.10.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
+azalea-world = { path = "../azalea-world", version = "0.10.0" }
bevy_app = "0.13.2"
bevy_ecs = "0.13.2"
bevy_log = { version = "0.13.2", optional = true }
@@ -41,8 +41,8 @@ uuid = "^1.8.0"
serde_json = "1.0.116"
serde = "1.0.198"
minecraft_folder_path = "0.1.2"
-azalea-entity = { version = "0.9.1", path = "../azalea-entity" }
-azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" }
+azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
+azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
[features]
default = ["log"]
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 83d7164d..c1847e9c 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -4,14 +4,14 @@ edition = "2021"
license = "MIT"
name = "azalea-core"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-core"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
-azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
bevy_ecs = { version = "0.13.2", default-features = false, optional = true }
nohash-hasher = "0.2.0"
num-traits = "0.2.18"
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml
index 31dd8bc1..b57d40fd 100644
--- a/azalea-crypto/Cargo.toml
+++ b/azalea-crypto/Cargo.toml
@@ -3,14 +3,14 @@ description = "Cryptography features used in Minecraft."
edition = "2021"
license = "MIT"
name = "azalea-crypto"
-version = "0.9.1"
+version = "0.10.0"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-crypto"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes = "0.8.4"
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
cfb8 = "0.8.1"
num-bigint = "^0.4.4"
rand = { version = "^0.8.5", features = ["getrandom"] }
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index 05217df5..e0557e92 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "azalea-entity"
-version = "0.9.1"
+version = "0.10.0"
edition = "2021"
description = "Things related to Minecraft entities used by Azalea"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity"
@@ -10,15 +10,15 @@ license = "MIT"
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-block = { version = "0.9.1", path = "../azalea-block" }
-azalea-buf = { version = "0.9.1", path = "../azalea-buf" }
+azalea-block = { version = "0.10.0", path = "../azalea-block" }
+azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
azalea-chat = { version = "0.9.1", path = "../azalea-chat", features = [
"azalea-buf",
] }
-azalea-core = { version = "0.9.1", path = "../azalea-core" }
-azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" }
-azalea-registry = { version = "0.9.1", path = "../azalea-registry" }
-azalea-world = { version = "0.9.1", path = "../azalea-world" }
+azalea-core = { version = "0.10.0", path = "../azalea-core" }
+azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
+azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
+azalea-world = { version = "0.10.0", path = "../azalea-world" }
bevy_app = "0.13.2"
bevy_ecs = "0.13.2"
derive_more = "0.99.17"
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 912a251f..78fb2916 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -4,15 +4,15 @@ edition = "2021"
license = "MIT"
name = "azalea-inventory"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-buf = { version = "0.9.1", path = "../azalea-buf" }
-azalea-inventory-macros = { version = "0.9.1", path = "./azalea-inventory-macros" }
-azalea-registry = { version = "0.9.1", path = "../azalea-registry" }
-azalea-chat = { version = "0.9.1", path = "../azalea-chat" }
-azalea-core = { version = "0.9.1", path = "../azalea-core" }
+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", path = "../azalea-chat" }
+azalea-core = { version = "0.10.0", path = "../azalea-core" }
uuid = "1.8.0"
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index ee6d6f58..9bb7df5e 100644
--- a/azalea-inventory/azalea-inventory-macros/Cargo.toml
+++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-inventory-macros"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory/azalea-inventory-macros"
-version = "0.9.1"
+version = "0.10.0"
[lib]
proc-macro = true
diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml
index 6a335745..962442e2 100644
--- a/azalea-language/Cargo.toml
+++ b/azalea-language/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-language"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-language"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 0d2e5132..874202e8 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -4,15 +4,15 @@ edition = "2021"
license = "MIT"
name = "azalea-physics"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-physics"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block = { path = "../azalea-block", version = "0.9.1" }
-azalea-core = { path = "../azalea-core", version = "0.9.1" }
-azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
-azalea-world = { path = "../azalea-world", version = "0.9.1" }
+azalea-block = { path = "../azalea-block", version = "0.10.0" }
+azalea-core = { path = "../azalea-core", version = "0.10.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
+azalea-world = { path = "../azalea-world", version = "0.10.0" }
bevy_app = "0.13.2"
bevy_ecs = "0.13.2"
tracing = "0.1.40"
@@ -20,8 +20,8 @@ once_cell = "1.19.0"
parking_lot = "^0.12.1"
nohash-hasher = "0.2.0"
smallvec = "1.13.2"
-azalea-entity = { version = "0.9.1", path = "../azalea-entity" }
-azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" }
+azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
+azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
[dev-dependencies]
bevy_time = "0.13.2"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 05e13df8..a1c6e28b 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -4,29 +4,29 @@ edition = "2021"
license = "MIT"
name = "azalea-protocol"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
async-recursion = "1.1.0"
-azalea-auth = { path = "../azalea-auth", version = "0.9.1" }
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.1" }
+azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" }
azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.1", features = [
"azalea-buf",
] }
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-chat = { path = "../azalea-chat", version = "0.9.1", features = [
"numbers",
] }
azalea-core = { path = "../azalea-core", optional = true, version = "0.9.1", features = [
"serde",
] }
-azalea-crypto = { path = "../azalea-crypto", version = "0.9.1" }
-azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.9.1" }
-azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
-azalea-world = { path = "../azalea-world", version = "0.9.1" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
+azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.10.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
+azalea-world = { path = "../azalea-world", version = "0.10.0" }
bevy_ecs = { version = "0.13.2", default-features = false }
byteorder = "^1.5.0"
bytes = "^1.6.0"
@@ -45,8 +45,8 @@ trust-dns-resolver = { version = "^0.23.2", default-features = false, features =
] }
uuid = "1.8.0"
log = "0.4.21"
-azalea-entity = { version = "0.9.1", path = "../azalea-entity" }
-azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" }
+azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
+azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
socks5-impl = "0.5.12"
[features]
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index f984a2cd..28dcf2ac 100644
--- a/azalea-protocol/azalea-protocol-macros/Cargo.toml
+++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml
@@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol."
edition = "2021"
license = "MIT"
name = "azalea-protocol-macros"
-version = "0.9.1"
+version = "0.10.0"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol/azalea-protocol-macros"
[lib]
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 02c08140..6bd5a7a0 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -4,14 +4,14 @@ edition = "2021"
license = "MIT"
name = "azalea-registry"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
-azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.1" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
+azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.10.0" }
once_cell = "1.19.0"
[features]
serde = ["azalea-registry-macros/serde"]
diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml
index 7654cec4..396b58ba 100644
--- a/azalea-registry/azalea-registry-macros/Cargo.toml
+++ b/azalea-registry/azalea-registry-macros/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-registry-macros"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry/azalea-registry-macros"
-version = "0.9.1"
+version = "0.10.0"
[lib]
proc-macro = true
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index b836a80e..849b4b18 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -4,18 +4,18 @@ edition = "2021"
license = "MIT"
name = "azalea-world"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world"
-version = "0.9.1"
+version = "0.10.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.1" }
-azalea-buf = { path = "../azalea-buf", version = "0.9.1" }
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-core = { path = "../azalea-core", version = "0.9.1", features = [
"bevy_ecs",
] }
-azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
+azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
bevy_ecs = "0.13.2"
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
tracing = "0.1.40"
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 5fc7aa98..c515935f 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.9.1"
+version = "0.10.0"
[package.metadata.release]
pre-release-replacements = [
@@ -14,17 +14,17 @@ pre-release-replacements = [
[dependencies]
anyhow = "^1.0.82"
async-trait = "0.1.80"
-azalea-block = { version = "0.9.1", path = "../azalea-block" }
-azalea-chat = { version = "0.9.1", path = "../azalea-chat" }
-azalea-client = { version = "0.9.1", path = "../azalea-client", default-features = false }
-azalea-core = { version = "0.9.1", path = "../azalea-core" }
-azalea-physics = { version = "0.9.1", path = "../azalea-physics" }
-azalea-protocol = { version = "0.9.1", path = "../azalea-protocol" }
-azalea-registry = { version = "0.9.1", path = "../azalea-registry" }
-azalea-world = { version = "0.9.1", path = "../azalea-world" }
-azalea-auth = { version = "0.9.1", path = "../azalea-auth" }
-azalea-brigadier = { version = "0.9.1", path = "../azalea-brigadier" }
-azalea-buf = { version = "0.9.1", path = "../azalea-buf" }
+azalea-block = { version = "0.10.0", path = "../azalea-block" }
+azalea-chat = { version = "0.10.0", path = "../azalea-chat" }
+azalea-client = { version = "0.10.0", path = "../azalea-client", default-features = false }
+azalea-core = { version = "0.10.0", path = "../azalea-core" }
+azalea-physics = { version = "0.10.0", path = "../azalea-physics" }
+azalea-protocol = { version = "0.10.0", path = "../azalea-protocol" }
+azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
+azalea-world = { version = "0.10.0", path = "../azalea-world" }
+azalea-auth = { version = "0.10.0", path = "../azalea-auth" }
+azalea-brigadier = { version = "0.10.0", path = "../azalea-brigadier" }
+azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
bevy_app = "0.13.2"
bevy_ecs = "0.13.2"
bevy_tasks = { version = "0.13.2", features = ["multi-threaded"] }
@@ -42,8 +42,8 @@ uuid = "1.8.0"
bevy_log = "0.13.2"
bevy_time = "0.13.2"
rustc-hash = "1.1.0"
-azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" }
-azalea-entity = { version = "0.9.1", path = "../azalea-entity" }
+azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
+azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
[dev-dependencies]
criterion = "0.5.1"