From 430501f6e1375539ba0271190ff09ff3b959bad0 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 16:28:51 +0000 Subject: [PATCH] (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- azalea-auth/Cargo.toml | 2 +- azalea-client/Cargo.toml | 2 +- azalea-crypto/Cargo.toml | 2 +- azalea-protocol/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 azalea-client/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock index 9c16d2e3..c9c6d994 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "aes", "azalea-buf", 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" diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml old mode 100755 new mode 100644 index 79696d08..193cd591 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -15,7 +15,7 @@ azalea-auth = { path = "../azalea-auth", version = "0.1.0" } azalea-block = { path = "../azalea-block", version = "0.1.0" } azalea-chat = { path = "../azalea-chat", version = "0.1.0" } azalea-core = { path = "../azalea-core", version = "0.1.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.1.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" } azalea-physics = { path = "../azalea-physics", version = "0.1.0" } azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" } azalea-world = { path = "../azalea-world", version = "0.1.0" } diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index ec0c0ed8..50ea7358 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -3,7 +3,7 @@ description = "Cryptography features used in Minecraft." edition = "2021" license = "MIT" name = "azalea-crypto" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 73487e52..897ee48c 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -16,7 +16,7 @@ azalea-brigadier = {path = "../azalea-brigadier", version = "^0.1.0"} azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } azalea-chat = {path = "../azalea-chat", version = "^0.1.1"} azalea-core = {path = "../azalea-core", optional = true, version = "^0.1.0"} -azalea-crypto = {path = "../azalea-crypto", version = "^0.1.0"} +azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0" } azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"} azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.1.0"} azalea-registry = {path = "../azalea-registry", version = "^0.1.0"}