aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat')
-rw-r--r--azalea-chat/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml
index 55432396..e35bfd04 100644
--- a/azalea-chat/Cargo.toml
+++ b/azalea-chat/Cargo.toml
@@ -16,8 +16,8 @@ numbers = ["dep:azalea-registry", "dep:simdnbt"]
azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true, features = [
"serde_json",
] }
-azalea-language = { path = "../azalea-language", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0", optional = true }
+azalea-language = { path = "../azalea-language", version = "0.11.0+mc1.21.4" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4", optional = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
simdnbt = { workspace = true, optional = true }