diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 17:59:11 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 17:59:11 +0000 |
| commit | 22f677769dbf4a2682ef8fe7dd74220ae1a59c5d (patch) | |
| tree | 503ce14db2e9d4a68d59c472e79f6e68ea5e5444 | |
| parent | 85658111da4e18dbf4d1c44ccd70cc014663d076 (diff) | |
| download | azalea-drasl-22f677769dbf4a2682ef8fe7dd74220ae1a59c5d.tar.xz | |
update az-auth description
| -rwxr-xr-x | Cargo.lock | 2 | ||||
| -rw-r--r-- | azalea-auth/Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.2.0" +version = "0.2.1" dependencies = [ "azalea-buf", "azalea-crypto", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 85b9aec7..b532f779 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -1,9 +1,9 @@ [package] -description = "A port of Mojang's Authlib, except authentication isn't actually implemented yet." +description = "A port of Mojang's Authlib and launcher authentication." edition = "2021" license = "MIT" name = "azalea-auth" -version = "0.2.0" +version = "0.2.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
