diff options
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
