aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat')
-rwxr-xr-xazalea-chat/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 482ce536..2649e7af 100755
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.4.0"
[dependencies]
azalea-buf = { path = "../azalea-buf", features = [
"serde_json",
-], version = "^0.4.0" }
+], version = "^0.5.0" }
azalea-language = { path = "../azalea-language", version = "^0.4.0" }
log = "0.4.17"
once_cell = "1.16.0"