diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:51 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:51 +0000 |
| commit | 430501f6e1375539ba0271190ff09ff3b959bad0 (patch) | |
| tree | 2099d2bd3f24fc7a8af2aaba18b46c272ccdc35a /azalea-auth | |
| parent | 46fbc4654cf65eea05f6c53587c6895844f99555 (diff) | |
| download | azalea-drasl-430501f6e1375539ba0271190ff09ff3b959bad0.tar.xz | |
(cargo-release) version 0.2.0
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index b051509d..8ce0f860 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" [dependencies] azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } -azalea-crypto = {path = "../azalea-crypto", version = "^0.1.0"} +azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0" } chrono = {version = "0.4.22", default-features = false} log = "0.4.17" num-bigint = "0.4.3" |
