aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:51 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:51 +0000
commit430501f6e1375539ba0271190ff09ff3b959bad0 (patch)
tree2099d2bd3f24fc7a8af2aaba18b46c272ccdc35a
parent46fbc4654cf65eea05f6c53587c6895844f99555 (diff)
downloadazalea-drasl-430501f6e1375539ba0271190ff09ff3b959bad0.tar.xz
(cargo-release) version 0.2.0
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-auth/Cargo.toml2
-rw-r--r--[-rwxr-xr-x]azalea-client/Cargo.toml2
-rw-r--r--azalea-crypto/Cargo.toml2
-rw-r--r--azalea-protocol/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
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
index 79696d08..193cd591 100755..100644
--- 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"}