aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-17 00:04:16 -0500
committermat <git@matdoes.dev>2023-05-17 00:04:16 -0500
commit8ef57aa698a373661076933e8aa25af0f82c758d (patch)
tree7c44b2fe57d1faca0e8b5b4ba0f62538da968362 /azalea-chat
parentcb204304813f63b8ef6601dce84f8f911b0af154 (diff)
downloadazalea-drasl-8ef57aa698a373661076933e8aa25af0f82c758d.tar.xz
chore: Release
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 3794b256..8a9cf2ef 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -15,7 +15,7 @@ default = ["azalea-buf"]
azalea-buf = { path = "../azalea-buf", features = [
"serde_json",
], version = "^0.7.0", optional = true }
-azalea-language = { path = "../azalea-language", version = "^0.6.0" }
+azalea-language = { path = "../azalea-language", version = "^0.7.0" }
log = "0.4.17"
once_cell = "1.16.0"
serde = { version = "^1.0", features = ["derive"] }