aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:26 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:26 +0000
commitaa05eeac508e81fb6356f823bc978343ec680470 (patch)
tree76dbc3ab73279685143bd51551627556d0040e51 /azalea-protocol
parent6b3b6913767f49c89b4bec0850dac1d7e295ccc8 (diff)
downloadazalea-drasl-aa05eeac508e81fb6356f823bc978343ec680470.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 04de374f..23936cd5 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.4.0"
[dependencies]
async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true}
async-recursion = "1.0.0"
-azalea-auth = {path = "../azalea-auth", version = "^0.4.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-buf = {path = "../azalea-buf", version = "^0.5.0" }