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-inventory/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'azalea-inventory') diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index ccc62b9c..018dd8b3 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -8,11 +8,9 @@ repository.workspace = true [dependencies] azalea-buf.workspace = true -azalea-chat = { path = "../azalea-chat", version = "0.12.0", features = [ - "azalea-buf", -] } +azalea-chat = { workspace = true, features = ["azalea-buf"] } azalea-core.workspace = true -azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.12.0" } +azalea-inventory-macros.workspace = true azalea-registry.workspace = true indexmap.workspace = true -- cgit v1.2.3