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
commit4585504323e2b9a6edda7959cc3649672251754a (patch)
treec89e56e440189d1e66a0325adb0f7de9b759fd0c
parent430501f6e1375539ba0271190ff09ff3b959bad0 (diff)
downloadazalea-drasl-4585504323e2b9a6edda7959cc3649672251754a.tar.xz
(cargo-release) version 0.2.0
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-auth/Cargo.toml2
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-protocol/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c9c6d994..b1191386 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -114,7 +114,7 @@ dependencies = [
[[package]]
name = "azalea-auth"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"azalea-buf",
"azalea-crypto",
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 8ce0f860..29c6edca 100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -3,7 +3,7 @@ description = "A port of Mojang's Authlib, except authentication isn't actually
edition = "2021"
license = "MIT"
name = "azalea-auth"
-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-client/Cargo.toml b/azalea-client/Cargo.toml
index 193cd591..21b7e53e 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -11,7 +11,7 @@ release = false
[dependencies]
anyhow = "1.0.59"
-azalea-auth = { path = "../azalea-auth", version = "0.1.0" }
+azalea-auth = { path = "../azalea-auth", version = "0.2.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" }
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 897ee48c..28bb0c6c 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.1.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.1.0"}
+azalea-auth = {path = "../azalea-auth", version = "^0.2.0" }
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.1.0"}
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.1.0"}
azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }