diff --git a/Cargo.lock b/Cargo.lock index e0846311..fcd8f1cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.4.0" +version = "0.5.0" dependencies = [ "aes", "azalea-buf", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 19fbaaa6..0d7da48a 100755 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -10,7 +10,7 @@ version = "0.4.0" [dependencies] azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } -azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0" } +azalea-crypto = {path = "../azalea-crypto", version = "^0.5.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 index 96427a52..7e048ea0 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -15,7 +15,7 @@ azalea-auth = {path = "../azalea-auth", version = "0.4.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"} -azalea-crypto = {path = "../azalea-crypto", version = "0.4.0"} +azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" } azalea-physics = {path = "../azalea-physics", version = "0.4.0"} azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"} azalea-world = {path = "../azalea-world", version = "0.4.0"} diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 81f7936e..7c983987 100755 --- 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.4.0" +version = "0.5.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto" # 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 dd9b419b..04de374f 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -17,7 +17,7 @@ azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.5.0" } azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0"} -azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0"} +azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" } azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0"} azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0"} azalea-registry = {path = "../azalea-registry", version = "^0.4.0"}