From 57bdb88272fd9fc2ebc55aad16d3e162afa9bb2f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 16 Jun 2025 01:20:37 +0100 Subject: use workspace deps everywhere --- azalea-chat/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'azalea-chat') diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index c7e8c78e..69d1acf0 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -13,11 +13,9 @@ azalea-buf = ["dep:azalea-buf", "simdnbt"] numbers = ["dep:azalea-registry", "dep:simdnbt"] [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.12.0", optional = true, features = [ - "serde_json", -] } +azalea-buf = { workspace = true, optional = true, features = ["serde_json"] } azalea-language.workspace = true -azalea-registry = { path = "../azalea-registry", version = "0.12.0", optional = true } +azalea-registry = { workspace = true, optional = true } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true simdnbt = { workspace = true, optional = true } -- cgit v1.2.3