aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:52 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:52 +0000
commite4a85363b02722bde8d0851d417a0d512c61c4e4 (patch)
tree488a913f97a7093d186c56ea47847afc3100e435
parentd188a7470d9c36aa3a258eb99682f29a243dc0b2 (diff)
downloadazalea-drasl-e4a85363b02722bde8d0851d417a0d512c61c4e4.tar.xz
(cargo-release) version 0.2.0
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-chat/Cargo.toml2
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-core/Cargo.toml2
-rw-r--r--azalea-protocol/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
6 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e725707c..961da55f 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,7 +174,7 @@ dependencies = [
[[package]]
name = "azalea-chat"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"azalea-buf",
"azalea-language",
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index d77bfa3d..8fd77e96 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -3,7 +3,7 @@ description = "Parse Minecraft chat messages."
edition = "2021"
license = "MIT"
name = "azalea-chat"
-version = "0.1.1"
+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 f3606d68..46594ef1 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -13,7 +13,7 @@ release = false
anyhow = "1.0.59"
azalea-auth = { path = "../azalea-auth", version = "0.2.0" }
azalea-block = { path = "../azalea-block", version = "0.2.0" }
-azalea-chat = { path = "../azalea-chat", version = "0.1.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
azalea-core = { path = "../azalea-core", version = "0.1.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }
azalea-physics = { path = "../azalea-physics", version = "0.1.0" }
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 25626f49..874e78a9 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -9,6 +9,6 @@ version = "0.1.0"
[dependencies]
azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }
-azalea-chat = {path = "../azalea-chat", version = "^0.1.0"}
+azalea-chat = {path = "../azalea-chat", version = "^0.2.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"}
uuid = "^1.1.2"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 3e3c54b1..9ee15533 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -14,7 +14,7 @@ azalea-auth = {path = "../azalea-auth", version = "^0.2.0" }
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" }
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-chat = {path = "../azalea-chat", version = "^0.2.0" }
azalea-core = {path = "../azalea-core", optional = true, version = "^0.1.0"}
azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"}
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 982deb2b..84650c21 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.1.0"
[dependencies]
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" }
azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }
-azalea-chat = {path = "../azalea-chat", version = "^0.1.0"}
+azalea-chat = {path = "../azalea-chat", version = "^0.2.0" }
azalea-core = {path = "../azalea-core", version = "^0.1.0"}
azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"}
azalea-registry = {path = "../azalea-registry", version = "^0.1.0"}