diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:54 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:54 +0000 |
| commit | b68bcb44d280225b758f929238b72e21685cf814 (patch) | |
| tree | 09d0b8aea7ab2bb63873a4b32087043b66e212a5 /azalea | |
| parent | 9c6347473b142d5fa1cbe8691fd5ea410e3f0e7f (diff) | |
| download | azalea-drasl-b68bcb44d280225b758f929238b72e21685cf814.tar.xz | |
(cargo-release) version 0.2.0
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index e6cda5fc..38dd3e5d 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -13,7 +13,7 @@ release = false anyhow = "^1.0.65" async-trait = "^0.1.57" azalea-client = { version = "0.1.0", path = "../azalea-client" } -azalea-protocol = { version = "0.1.0", path = "../azalea-protocol" } +azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" } parking_lot = "^0.12.1" thiserror = "^1.0.37" tokio = "^1.21.1" |
