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-protocol | |
| parent | 2f51a0a123c9e3af7fce205f69ef123eba834957 (diff) | |
| download | azalea-drasl-287f493172e2440c5b6d2ece9a016d0c9688d5d1.tar.xz | |
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index a1c6e28b..5d87e739 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -13,14 +13,14 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } async-recursion = "1.1.0" azalea-auth = { path = "../azalea-auth", version = "0.10.0" } azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" } -azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.1", features = [ +azalea-brigadier = { path = "../azalea-brigadier", version = "0.10.0", features = [ "azalea-buf", ] } azalea-buf = { path = "../azalea-buf", version = "0.10.0" } -azalea-chat = { path = "../azalea-chat", version = "0.9.1", features = [ +azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [ "numbers", ] } -azalea-core = { path = "../azalea-core", optional = true, version = "0.9.1", features = [ +azalea-core = { path = "../azalea-core", optional = true, version = "0.10.0", features = [ "serde", ] } azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" } |
