aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-14 19:15:42 -0500
committermat <git@matdoes.dev>2023-09-14 19:15:42 -0500
commitc3717eaead706ed0d2fbd17b3c91fc2be759ff4a (patch)
treec500c3b20edff7e9b3cae500fc54163b8556967a /azalea-chat/Cargo.toml
parentc8aad8bdfeaa19a9d04308718c7772c92fcfae63 (diff)
downloadazalea-drasl-c3717eaead706ed0d2fbd17b3c91fc2be759ff4a.tar.xz
finish releasing 0.8
Diffstat (limited to 'azalea-chat/Cargo.toml')
-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 adf252be..49ddc852 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.7.0", optional = true }
+], version = "^0.8.0", optional = true }
azalea-language = { path = "../azalea-language", version = "0.8.0" }
log = "0.4.20"
once_cell = "1.18.0"