diff options
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index 310b3390..c11ffab5 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -9,9 +9,7 @@ repository.workspace = true [dependencies] azalea-block.workspace = true 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.workspace = true azalea-registry.workspace = true |
