aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:28 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:28 +0000
commitb0de28d9bdfcee007c98da49c54d22fcd8588413 (patch)
treedf509f7026b7350d95f4c4d29b3fbc4785269394 /azalea
parent0cce10d1a501354b7a72947389f35cf010c28974 (diff)
downloadazalea-drasl-b0de28d9bdfcee007c98da49c54d22fcd8588413.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 ab48eed4..115ed05a 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -18,7 +18,7 @@ azalea-block = { version = "0.5.0", path = "../azalea-block" }
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.4.0", path = "../azalea-physics" }
+azalea-physics = { version = "0.5.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.4.0", path = "../azalea-protocol" }
azalea-world = { version = "0.5.0", path = "../azalea-world" }
futures = "0.3.25"