aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat
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
commitd188a7470d9c36aa3a258eb99682f29a243dc0b2 (patch)
treec28fa13ac3624d0b4e2a6765cbb8138f839cebc7 /azalea-chat
parente6f023a38be20de751229da64981841289cf0f26 (diff)
downloadazalea-drasl-d188a7470d9c36aa3a258eb99682f29a243dc0b2.tar.xz
(cargo-release) version 0.2.0
Diffstat (limited to 'azalea-chat')
-rw-r--r--azalea-chat/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 4e8512b9..d77bfa3d 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -9,7 +9,7 @@ version = "0.1.1"
[dependencies]
azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.2.0" }
-azalea-language = {path = "../azalea-language", version = "^0.1.0"}
+azalea-language = {path = "../azalea-language", version = "^0.2.0" }
lazy_static = "^1.4.0"
serde = "^1.0.130"
serde_json = "^1.0.72"