From 22f677769dbf4a2682ef8fe7dd74220ae1a59c5d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 17:59:11 +0000 Subject: update az-auth description --- Cargo.lock | 2 +- azalea-auth/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cd25235..81326ac2 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -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 -- cgit v1.2.3