aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:52 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:52 +0000
commit4e8bdfe7aaf5dac147127b214816c9a84638b95d (patch)
tree23914b541f699161bfcc12608f0e7123cf6066b2 /azalea-client
parent924a4771d9e51c4bae80b334d0106b330294b9b2 (diff)
downloadazalea-drasl-4e8bdfe7aaf5dac147127b214816c9a84638b95d.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 46594ef1..bbc28082 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -14,7 +14,7 @@ anyhow = "1.0.59"
azalea-auth = { path = "../azalea-auth", version = "0.2.0" }
azalea-block = { path = "../azalea-block", version = "0.2.0" }
azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
-azalea-core = { path = "../azalea-core", version = "0.1.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.1.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" }