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 | 88fd99ca5262dbe9788fcc6195c40c956d70e1a0 (patch) | |
| tree | 5b9f19c74d984a30708be25c75a33ff185b49e12 /azalea-protocol | |
| parent | caf684a9ff31bf3ddb24849b60309777464a7238 (diff) | |
| download | azalea-drasl-88fd99ca5262dbe9788fcc6195c40c956d70e1a0.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 e78af516..5c66e499 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -14,7 +14,7 @@ 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-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]} -azalea-buf = {path = "../azalea-buf", version = "^0.4.0"} +azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.4.0"} azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0"} azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0"} |
