aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.toml8
-rw-r--r--azalea-crypto/Cargo.toml4
-rw-r--r--azalea-entity/Cargo.toml16
-rw-r--r--azalea-inventory/Cargo.toml8
-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.toml10
-rw-r--r--azalea/Cargo.toml28
21 files changed, 91 insertions, 91 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index bbfcc9fd..82420abe 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.8.0"
+version = "0.9.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.8.0" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" }
base64 = "0.21.5"
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
tracing = "0.1.40"
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index f950e43f..1f3a829f 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.8.0"
+version = "0.9.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.8.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
-azalea-registry = { version = "0.8.0", path = "../azalea-registry" }
+azalea-block-macros = { path = "./azalea-block-macros", version = "0.9.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
+azalea-registry = { version = "0.9.0", path = "../azalea-registry" }
diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml
index 748a27e0..720e4480 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.8.0"
+version = "0.9.0"
[lib]
proc-macro = true
diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml
index c28f68a2..d9bfa363 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.8.0"
+version = "0.9.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.8.0", optional = true }
-azalea-chat = { path = "../azalea-chat", version = "0.8.0", optional = true }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0", optional = true }
+azalea-chat = { path = "../azalea-chat", version = "0.9.0", optional = true }
parking_lot = "0.12.1"
[features]
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index f8f70bde..15e8d3dc 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -4,12 +4,12 @@ edition = "2021"
license = "MIT"
name = "azalea-buf"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf"
-version = "0.8.0"
+version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.8.0" }
+azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.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 bded449b..facc04b1 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.8.0"
+version = "0.9.0"
[lib]
proc-macro = true
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 96979212..5a079981 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.8.0"
+version = "0.9.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.8.0", optional = true }
-azalea-language = { path = "../azalea-language", version = "0.8.0" }
+azalea-language = { path = "../azalea-language", version = "0.9.0" }
simdnbt = { version = "0.3", optional = true }
tracing = "0.1.40"
once_cell = "1.18.0"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0.108"
-azalea-registry = { path = "../azalea-registry", version = "0.8.0", optional = true }
+azalea-registry = { path = "../azalea-registry", version = "0.9.0", optional = true }
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 00dfe3d5..ed351f01 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.8.0"
+version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -12,23 +12,23 @@ version = "0.8.0"
reqwest = { version = "0.11.22", default-features = false }
anyhow = "1.0.75"
async-trait = "0.1.74"
-azalea-auth = { path = "../azalea-auth", version = "0.8.0" }
-azalea-block = { path = "../azalea-block", version = "0.8.0" }
+azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
+azalea-block = { path = "../azalea-block", version = "0.9.0" }
simdnbt = "0.3"
-azalea-chat = { path = "../azalea-chat", version = "0.8.0" }
-azalea-core = { path = "../azalea-core", version = "0.8.0" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" }
-azalea-physics = { path = "../azalea-physics", version = "0.8.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
-azalea-protocol = { path = "../azalea-protocol", version = "0.8.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.8.0" }
-azalea-world = { path = "../azalea-world", version = "0.8.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.9.0" }
+azalea-core = { path = "../azalea-core", version = "0.9.0" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" }
+azalea-physics = { path = "../azalea-physics", version = "0.9.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
+azalea-protocol = { path = "../azalea-protocol", version = "0.9.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
+azalea-world = { path = "../azalea-world", version = "0.9.0" }
bevy_app = "0.12.1"
bevy_ecs = "0.12.1"
bevy_log = { version = "0.12.1", optional = true }
bevy_tasks = "0.12.1"
bevy_time = "0.12.1"
-azalea-inventory = { path = "../azalea-inventory", version = "0.8.0" }
+azalea-inventory = { path = "../azalea-inventory", version = "0.9.0" }
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
futures = "0.3.29"
tracing = "0.1.40"
@@ -39,7 +39,7 @@ regex = "1.10.2"
thiserror = "^1.0.50"
tokio = { version = "^1.34.0", features = ["sync"] }
uuid = "^1.6.1"
-azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
+azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
serde_json = "1.0.108"
serde = "1.0.193"
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index ad8d424e..89d378e6 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -4,15 +4,15 @@ edition = "2021"
license = "MIT"
name = "azalea-core"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-core"
-version = "0.8.0"
+version = "0.9.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.8.0" }
-azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
+azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
simdnbt = "0.3"
-azalea-registry = { path = "../azalea-registry", version = "0.8.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
bevy_ecs = { version = "0.12.1", default-features = false, optional = true }
nohash-hasher = "0.2.0"
num-traits = "0.2.17"
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml
index 2d0bbf95..e15374f9 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.8.0"
+version = "0.9.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.3"
-azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.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 e4ca1c89..af77428a 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "azalea-entity"
-version = "0.8.0"
+version = "0.9.0"
edition = "2021"
description = "Things related to Minecraft entities used by Azalea"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity"
@@ -9,14 +9,14 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block = { version = "0.8.0", path = "../azalea-block" }
-azalea-buf = { version = "0.8.0", path = "../azalea-buf" }
-azalea-chat = { version = "0.8.0", path = "../azalea-chat" }
-azalea-core = { version = "0.8.0", path = "../azalea-core" }
-azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
+azalea-block = { version = "0.9.0", path = "../azalea-block" }
+azalea-buf = { version = "0.9.0", path = "../azalea-buf" }
+azalea-chat = { version = "0.9.0", path = "../azalea-chat" }
+azalea-core = { version = "0.9.0", path = "../azalea-core" }
+azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
simdnbt = "0.3"
-azalea-registry = { version = "0.8.0", path = "../azalea-registry" }
-azalea-world = { version = "0.8.0", path = "../azalea-world" }
+azalea-registry = { version = "0.9.0", path = "../azalea-registry" }
+azalea-world = { version = "0.9.0", path = "../azalea-world" }
bevy_app = "0.12.1"
bevy_ecs = "0.12.1"
derive_more = "0.99.17"
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 724030da..b4c196bb 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -4,12 +4,12 @@ edition = "2021"
license = "MIT"
name = "azalea-inventory"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros"
-version = "0.8.0"
+version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-buf = { version = "0.8.0", path = "../azalea-buf" }
-azalea-inventory-macros = { version = "0.8.0", path = "./azalea-inventory-macros" }
+azalea-buf = { version = "0.9.0", path = "../azalea-buf" }
+azalea-inventory-macros = { version = "0.9.0", path = "./azalea-inventory-macros" }
simdnbt = "0.3"
-azalea-registry = { version = "0.8.0", path = "../azalea-registry" }
+azalea-registry = { version = "0.9.0", path = "../azalea-registry" }
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index 097e75df..a18e2769 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.8.0"
+version = "0.9.0"
[lib]
proc-macro = true
diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml
index b4102ed4..57bfe145 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.8.0"
+version = "0.9.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 4d237afa..9652fdb2 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -4,17 +4,17 @@ edition = "2021"
license = "MIT"
name = "azalea-physics"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-physics"
-version = "0.8.0"
+version = "0.9.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.8.0" }
-azalea-core = { path = "../azalea-core", version = "0.8.0" }
-azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
-azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
-azalea-registry = { path = "../azalea-registry", version = "0.8.0" }
-azalea-world = { path = "../azalea-world", version = "0.8.0" }
+azalea-block = { path = "../azalea-block", version = "0.9.0" }
+azalea-core = { path = "../azalea-core", version = "0.9.0" }
+azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
+azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
+azalea-world = { path = "../azalea-world", version = "0.9.0" }
bevy_app = "0.12.1"
bevy_ecs = "0.12.1"
tracing = "0.1.40"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 007d37ba..11f35b71 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -4,31 +4,31 @@ edition = "2021"
license = "MIT"
name = "azalea-protocol"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol"
-version = "0.8.0"
+version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-recursion = "1.0.5"
-azalea-auth = { path = "../azalea-auth", version = "0.8.0" }
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.8.0" }
+azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
azalea-brigadier = { path = "../azalea-brigadier", version = "^0.8.0", features = [
"azalea-buf",
] }
-azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
azalea-chat = { path = "../azalea-chat", version = "0.8.0", features = [
"numbers",
] }
azalea-core = { path = "../azalea-core", optional = true, version = "^0.8.0", features = [
"serde",
] }
-azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" }
-azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
-azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" }
+azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
+azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
simdnbt = "0.3"
-azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.8.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.8.0" }
-azalea-world = { path = "../azalea-world", version = "0.8.0" }
+azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.9.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
+azalea-world = { path = "../azalea-world", version = "0.9.0" }
bevy_ecs = { version = "0.12.1", default-features = false }
byteorder = "^1.5.0"
bytes = "^1.5.0"
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index 0331caf8..b20ac4da 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.8.0"
+version = "0.9.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 853282b7..6f21935f 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -4,13 +4,13 @@ edition = "2021"
license = "MIT"
name = "azalea-registry"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry"
-version = "0.8.0"
+version = "0.9.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.8.0" }
-azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.8.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
+azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.0" }
once_cell = "1.18.0"
simdnbt = "0.3"
diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml
index 3b9a6985..5941f040 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.8.0"
+version = "0.9.0"
[lib]
proc-macro = true
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 8ba30fbb..3c64e488 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -4,19 +4,19 @@ edition = "2021"
license = "MIT"
name = "azalea-world"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world"
-version = "0.8.0"
+version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.8.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
azalea-core = { path = "../azalea-core", version = "^0.8.0", features = [
"bevy_ecs",
] }
-azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
+azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
simdnbt = "0.3"
-azalea-registry = { path = "../azalea-registry", version = "0.8.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
bevy_ecs = "0.12.1"
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
enum-as-inner = "0.6.0"
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 17e88195..affbeab6 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.8.0"
+version = "0.9.0"
[package.metadata.release]
pre-release-replacements = [
@@ -14,18 +14,18 @@ pre-release-replacements = [
[dependencies]
anyhow = "^1.0.75"
async-trait = "0.1.74"
-azalea-block = { version = "0.8.0", path = "../azalea-block" }
-azalea-chat = { version = "0.8.0", path = "../azalea-chat" }
-azalea-client = { version = "0.8.0", path = "../azalea-client", default-features = false }
-azalea-core = { version = "0.8.0", path = "../azalea-core" }
-azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }
-azalea-physics = { version = "0.8.0", path = "../azalea-physics" }
-azalea-protocol = { version = "0.8.0", path = "../azalea-protocol" }
-azalea-registry = { version = "0.8.0", path = "../azalea-registry" }
-azalea-world = { version = "0.8.0", path = "../azalea-world" }
-azalea-auth = { version = "0.8.0", path = "../azalea-auth" }
-azalea-brigadier = { version = "0.8.0", path = "../azalea-brigadier" }
-azalea-buf = { version = "0.8.0", path = "../azalea-buf" }
+azalea-block = { version = "0.9.0", path = "../azalea-block" }
+azalea-chat = { version = "0.9.0", path = "../azalea-chat" }
+azalea-client = { version = "0.9.0", path = "../azalea-client", default-features = false }
+azalea-core = { version = "0.9.0", path = "../azalea-core" }
+azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
+azalea-physics = { version = "0.9.0", path = "../azalea-physics" }
+azalea-protocol = { version = "0.9.0", path = "../azalea-protocol" }
+azalea-registry = { version = "0.9.0", path = "../azalea-registry" }
+azalea-world = { version = "0.9.0", path = "../azalea-world" }
+azalea-auth = { version = "0.9.0", path = "../azalea-auth" }
+azalea-brigadier = { version = "0.9.0", path = "../azalea-brigadier" }
+azalea-buf = { version = "0.9.0", path = "../azalea-buf" }
bevy_app = "0.12.1"
bevy_ecs = "0.12.1"
bevy_tasks = { version = "0.12.1", features = ["multi-threaded"] }
@@ -41,7 +41,7 @@ thiserror = "^1.0.50"
tokio = "^1.34.0"
uuid = "1.6.1"
bevy_log = "0.12.1"
-azalea-entity = { version = "0.8.0", path = "../azalea-entity" }
+azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
bevy_time = "0.12.1"
rustc-hash = "1.1.0"