diff options
| -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 |
