aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-14 19:15:42 -0500
committermat <git@matdoes.dev>2023-09-14 19:15:42 -0500
commitc3717eaead706ed0d2fbd17b3c91fc2be759ff4a (patch)
treec500c3b20edff7e9b3cae500fc54163b8556967a /azalea-protocol
parentc8aad8bdfeaa19a9d04308718c7772c92fcfae63 (diff)
downloadazalea-drasl-c3717eaead706ed0d2fbd17b3c91fc2be759ff4a.tar.xz
finish releasing 0.8
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" }