aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:29 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:29 +0000
commit16be171fb426e6002be86540094d42487dec1b07 (patch)
treea65f79ec66b88d9eeb2190a56f23ad0ca450fbac /azalea
parent6a5008b0f7cf410858a68bc393e6f5beb82751c4 (diff)
downloadazalea-drasl-16be171fb426e6002be86540094d42487dec1b07.tar.xz
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 115ed05a..20b003c1 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -19,7 +19,7 @@ azalea-chat = { version = "0.5.0", path = "../azalea-chat" }
azalea-client = { version = "0.4.0", path = "../azalea-client" }
azalea-core = { version = "0.5.0", path = "../azalea-core" }
azalea-physics = { version = "0.5.0", path = "../azalea-physics" }
-azalea-protocol = { version = "0.4.0", path = "../azalea-protocol" }
+azalea-protocol = { version = "0.5.0", path = "../azalea-protocol" }
azalea-world = { version = "0.5.0", path = "../azalea-world" }
futures = "0.3.25"
log = "0.4.17"