aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:25 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:25 +0000
commitfd6da211b72d9990ff162e2186b37646699db6f4 (patch)
tree5697f3aefcfbdef4d63ee266e59107644848d0d2 /azalea-client
parent9ef09d75de5be8c89a8521ef50a37fd3e4674c6a (diff)
downloadazalea-drasl-fd6da211b72d9990ff162e2186b37646699db6f4.tar.xz
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 89829317..96427a52 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -13,7 +13,7 @@ anyhow = "1.0.59"
async-trait = "0.1.58"
azalea-auth = {path = "../azalea-auth", version = "0.4.0"}
azalea-block = {path = "../azalea-block", version = "0.5.0" }
-azalea-chat = {path = "../azalea-chat", version = "0.4.0"}
+azalea-chat = {path = "../azalea-chat", version = "0.5.0" }
azalea-core = {path = "../azalea-core", version = "0.4.0"}
azalea-crypto = {path = "../azalea-crypto", version = "0.4.0"}
azalea-physics = {path = "../azalea-physics", version = "0.4.0"}