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 | 61b586b4d5159afd1d02f221581367a4e109a1f6 (patch) | |
| tree | a8548c30a24f1ce6e84205c6ec3482e2530f7a7b /azalea | |
| parent | b68bcb44d280225b758f929238b72e21685cf814 (diff) | |
| download | azalea-drasl-61b586b4d5159afd1d02f221581367a4e109a1f6.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 38dd3e5d..b8e18251 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -12,7 +12,7 @@ release = false [dependencies] anyhow = "^1.0.65" async-trait = "^0.1.57" -azalea-client = { version = "0.1.0", path = "../azalea-client" } +azalea-client = { version = "0.2.0", path = "../azalea-client" } azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" } parking_lot = "^0.12.1" thiserror = "^1.0.37" |
