diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:28 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:28 +0000 |
| commit | b0de28d9bdfcee007c98da49c54d22fcd8588413 (patch) | |
| tree | df509f7026b7350d95f4c4d29b3fbc4785269394 /azalea-client | |
| parent | 0cce10d1a501354b7a72947389f35cf010c28974 (diff) | |
| download | azalea-drasl-b0de28d9bdfcee007c98da49c54d22fcd8588413.tar.xz | |
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 93e1ae06..38a36c9b 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -16,7 +16,7 @@ azalea-block = {path = "../azalea-block", version = "0.5.0" } azalea-chat = {path = "../azalea-chat", version = "0.5.0" } azalea-core = {path = "../azalea-core", version = "0.5.0" } azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" } -azalea-physics = {path = "../azalea-physics", version = "0.4.0"} +azalea-physics = {path = "../azalea-physics", version = "0.5.0" } azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"} azalea-world = {path = "../azalea-world", version = "0.5.0" } log = "0.4.17" |
