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
commitfd6da211b72d9990ff162e2186b37646699db6f4 (patch)
tree5697f3aefcfbdef4d63ee266e59107644848d0d2
parent9ef09d75de5be8c89a8521ef50a37fd3e4674c6a (diff)
downloadazalea-drasl-fd6da211b72d9990ff162e2186b37646699db6f4.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--Cargo.lock2
-rwxr-xr-xazalea-brigadier/Cargo.toml2
-rwxr-xr-xazalea-chat/Cargo.toml2
-rw-r--r--azalea-client/Cargo.toml2
-rwxr-xr-xazalea-core/Cargo.toml2
-rwxr-xr-xazalea-protocol/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
-rw-r--r--azalea/Cargo.toml2
8 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6830034b..e0846311 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -200,7 +200,7 @@ dependencies = [
[[package]]
name = "azalea-chat"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"azalea-buf",
"azalea-language",
diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml
index e261ce60..d93dea7f 100755
--- a/azalea-brigadier/Cargo.toml
+++ b/azalea-brigadier/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.4.0"
[dependencies]
azalea-buf = {path = "../azalea-buf", version = "^0.5.0", optional = true}
-azalea-chat = {path = "../azalea-chat", version = "^0.4.0", optional = true}
+azalea-chat = {path = "../azalea-chat", version = "^0.5.0", optional = true}
[features]
azalea-buf = ["dep:azalea-buf", "dep:azalea-chat"]
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index f842d783..6e5ae47d 100755
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-chat"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-chat"
-version = "0.4.0"
+version = "0.5.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 89829317..96427a52 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -13,7 +13,7 @@ anyhow = "1.0.59"
async-trait = "0.1.58"
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.4.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-physics = {path = "../azalea-physics", version = "0.4.0"}
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 6612a2c3..6b23ecc0 100755
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -10,6 +10,6 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-core"
[dependencies]
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
-azalea-chat = {path = "../azalea-chat", version = "^0.4.0" }
+azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" }
uuid = "^1.1.2"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index cc049089..dd9b419b 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -15,7 +15,7 @@ azalea-auth = {path = "../azalea-auth", version = "^0.4.0"}
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" }
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]}
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
-azalea-chat = {path = "../azalea-chat", version = "^0.4.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-nbt = {path = "../azalea-nbt", version = "^0.4.0"}
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index f7d38155..0f8b6ba5 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.4.0"
[dependencies]
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" }
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
-azalea-chat = {path = "../azalea-chat", version = "^0.4.0" }
+azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
azalea-core = {path = "../azalea-core", version = "^0.4.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" }
azalea-registry = {path = "../azalea-registry", version = "^0.4.0" }
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 03758fb8..d2905810 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -15,7 +15,7 @@ pre-release-replacements = [
anyhow = "^1.0.65"
async-trait = "0.1.58"
azalea-block = { version = "0.5.0", path = "../azalea-block" }
-azalea-chat = { version = "0.4.0", path = "../azalea-chat" }
+azalea-chat = { version = "0.5.0", path = "../azalea-chat" }
azalea-client = { version = "0.4.0", path = "../azalea-client" }
azalea-core = { version = "0.4.0", path = "../azalea-core" }
azalea-physics = { version = "0.4.0", path = "../azalea-physics" }