From 1fa1520feac05763805f006b996b11ef3d59c845 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 15 Jun 2025 21:47:56 -0100 Subject: put all azalea-* deps in the workspace Cargo.toml --- azalea-chat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat') diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 044d0a16..c7e8c78e 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -16,7 +16,7 @@ numbers = ["dep:azalea-registry", "dep:simdnbt"] azalea-buf = { path = "../azalea-buf", version = "0.12.0", optional = true, features = [ "serde_json", ] } -azalea-language = { path = "../azalea-language", version = "0.12.0" } +azalea-language.workspace = true azalea-registry = { path = "../azalea-registry", version = "0.12.0", optional = true } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true -- cgit v1.2.3