aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:54 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:54 +0000
commitb68bcb44d280225b758f929238b72e21685cf814 (patch)
tree09d0b8aea7ab2bb63873a4b32087043b66e212a5 /azalea-client
parent9c6347473b142d5fa1cbe8691fd5ea410e3f0e7f (diff)
downloadazalea-drasl-b68bcb44d280225b758f929238b72e21685cf814.tar.xz
(cargo-release) version 0.2.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 215cd4af..1abccf86 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -17,7 +17,7 @@ azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
azalea-core = { path = "../azalea-core", version = "0.2.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }
azalea-physics = { path = "../azalea-physics", version = "0.2.0" }
-azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" }
+azalea-protocol = { path = "../azalea-protocol", version = "0.2.0" }
azalea-world = { path = "../azalea-world", version = "0.2.0" }
log = "0.4.17"
parking_lot = "0.12.1"