diff options
| author | mat <git@matdoes.dev> | 2024-04-24 22:43:44 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 22:43:44 +0000 |
| commit | a3169d8ffee13e5bb9691ebfb4412ae43ac0593b (patch) | |
| tree | 0ac8daccaf9143849600981e0761674c57447eda /azalea-inventory | |
| parent | e7c5a5e4fa7f2491b93b0f0692bba51ef76a4426 (diff) | |
| download | azalea-drasl-a3169d8ffee13e5bb9691ebfb4412ae43ac0593b.tar.xz | |
fix some deps
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 775daabe..ab269bf9 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -13,8 +13,6 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } azalea-buf = { version = "0.10.0", path = "../azalea-buf" } azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" } azalea-registry = { version = "0.10.0", path = "../azalea-registry" } -azalea-chat = { version = "0.10.0", path = "../azalea-chat", features = [ - "azalea-buf", -] } +azalea-chat = { version = "0.10.0", features = ["azalea-buf"] } azalea-core = { version = "0.10.0", path = "../azalea-core" } uuid = "1.8.0" |
