diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:25 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:25 +0000 |
| commit | 5d1b8e033914a4c128cc9dc2583504b7a28c0f6b (patch) | |
| tree | 42888d94cad6905e642b948e863b5c613e86bcfd /azalea-protocol | |
| parent | 88fd99ca5262dbe9788fcc6195c40c956d70e1a0 (diff) | |
| download | azalea-drasl-5d1b8e033914a4c128cc9dc2583504b7a28c0f6b.tar.xz | |
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 5c66e499..cc049089 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -12,7 +12,7 @@ version = "0.4.0" async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" azalea-auth = {path = "../azalea-auth", version = "^0.4.0"} -azalea-block = {path = "../azalea-block", default-features = false, version = "^0.4.0"} +azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" } azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]} azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.4.0"} |
