aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-16 23:49:08 -0500
committermat <git@matdoes.dev>2023-05-16 23:49:08 -0500
commit3f8177a3022145ada55e8bc15c6f409de59d0bd4 (patch)
tree3ad8cfb92a733d4e41ba4ef9b9fcb269edeff6c4 /azalea-chat
parentc26bb0733f42d660d406d1714a07b51dda7c8b3e (diff)
downloadazalea-drasl-3f8177a3022145ada55e8bc15c6f409de59d0bd4.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 c3ffb464..f26bd402 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -14,7 +14,7 @@ default = ["azalea-buf"]
[dependencies]
azalea-buf = { path = "../azalea-buf", features = [
"serde_json",
-], version = "^0.6.0", optional = true }
+], version = "^0.7.0", optional = true }
azalea-language = { path = "../azalea-language", version = "^0.6.0" }
log = "0.4.17"
once_cell = "1.16.0"