diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:26 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:26 +0000 |
| commit | aa05eeac508e81fb6356f823bc978343ec680470 (patch) | |
| tree | 76dbc3ab73279685143bd51551627556d0040e51 /azalea-client | |
| parent | 6b3b6913767f49c89b4bec0850dac1d7e295ccc8 (diff) | |
| download | azalea-drasl-aa05eeac508e81fb6356f823bc978343ec680470.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 7e048ea0..45ab94a9 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -11,7 +11,7 @@ version = "0.4.0" [dependencies] anyhow = "1.0.59" async-trait = "0.1.58" -azalea-auth = {path = "../azalea-auth", version = "0.4.0"} +azalea-auth = {path = "../azalea-auth", version = "0.5.0" } 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.4.0"} |
