diff options
| author | mat <git@matdoes.dev> | 2024-04-24 00:01:16 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 00:01:16 -0500 |
| commit | 287f493172e2440c5b6d2ece9a016d0c9688d5d1 (patch) | |
| tree | 28756fc0112e3983dffe7ff68a0e3abd864b32bf /azalea-entity | |
| parent | 2f51a0a123c9e3af7fce205f69ef123eba834957 (diff) | |
| download | azalea-drasl-287f493172e2440c5b6d2ece9a016d0c9688d5d1.tar.xz | |
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index e0557e92..330678e0 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } azalea-block = { version = "0.10.0", path = "../azalea-block" } azalea-buf = { version = "0.10.0", path = "../azalea-buf" } -azalea-chat = { version = "0.9.1", path = "../azalea-chat", features = [ +azalea-chat = { version = "0.10.0", path = "../azalea-chat", features = [ "azalea-buf", ] } azalea-core = { version = "0.10.0", path = "../azalea-core" } |
