aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:25 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:25 +0000
commit6b3b6913767f49c89b4bec0850dac1d7e295ccc8 (patch)
tree0725a1b7dc2c95da46f2f2475881d3f76c5e407f
parentfd6da211b72d9990ff162e2186b37646699db6f4 (diff)
downloadazalea-drasl-6b3b6913767f49c89b4bec0850dac1d7e295ccc8.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--Cargo.lock2
-rwxr-xr-xazalea-auth/Cargo.toml2
-rw-r--r--azalea-client/Cargo.toml2
-rwxr-xr-xazalea-crypto/Cargo.toml2
-rwxr-xr-xazalea-protocol/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
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"}