aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:28 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:28 +0000
commit44844114895afd1c4a55700676003b63993a18b1 (patch)
treea9bf9c29aeb2c0e590115d08de81207cb7d1c17c /azalea-protocol
parentb0de28d9bdfcee007c98da49c54d22fcd8588413 (diff)
downloadazalea-drasl-44844114895afd1c4a55700676003b63993a18b1.tar.xz
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-protocol')
-rwxr-xr-xazalea-protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index b18cd390..11341b2f 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -13,7 +13,7 @@ async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional
async-recursion = "1.0.0"
azalea-auth = {path = "../azalea-auth", version = "^0.5.0" }
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" }
-azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]}
+azalea-brigadier = {path = "../azalea-brigadier", version = "^0.5.0", features = ["azalea-buf"]}
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
azalea-core = {path = "../azalea-core", optional = true, version = "^0.5.0" }