aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
commit9a7d2d51b5c7b3ba08cf9d404df281fe6f9dc4f8 (patch)
tree3433bf01dcd03393bbb5dd83773a2fc80d01ca6a /azalea-client
parent7c71efab4aa05b86ba5ff8cb986b7a25dc1e7bf3 (diff)
downloadazalea-drasl-9a7d2d51b5c7b3ba08cf9d404df281fe6f9dc4f8.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 bbc28082..a372ab85 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -18,7 +18,7 @@ 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.1.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" }
-azalea-world = { path = "../azalea-world", version = "0.1.0" }
+azalea-world = { path = "../azalea-world", version = "0.2.0" }
log = "0.4.17"
parking_lot = "0.12.1"
thiserror = "^1.0.34"