diff --git a/Cargo.lock b/Cargo.lock index fcd8f1cb..27c97d44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.4.0" +version = "0.5.0" dependencies = [ "azalea-buf", "azalea-crypto", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 0d7da48a..8354cc3f 100755 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/mat-1/azalea/tree/main/azalea-auth" -version = "0.4.0" +version = "0.5.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 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"} diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 04de374f..23936cd5 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -11,7 +11,7 @@ version = "0.4.0" [dependencies] async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" -azalea-auth = {path = "../azalea-auth", version = "^0.4.0"} +azalea-auth = {path = "../azalea-auth", version = "^0.5.0" } azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" } azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]} azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }