aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index b91fbb4f..36df664c 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -16,18 +16,18 @@ async-compression = { version = "^0.4.2", features = [
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-brigadier = { path = "../azalea-brigadier", version = "^0.7.0", features = [
+azalea-brigadier = { path = "../azalea-brigadier", version = "^0.8.0", features = [
"azalea-buf",
] }
azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
azalea-chat = { path = "../azalea-chat", version = "0.8.0" }
-azalea-core = { path = "../azalea-core", optional = true, version = "^0.7.0", features = [
+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-nbt = { path = "../azalea-nbt", version = "^0.7.0", features = [
+azalea-nbt = { path = "../azalea-nbt", version = "^0.8.0", features = [
"serde",
] }
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.8.0" }