diff options
| author | mat <github@matdoes.dev> | 2022-10-30 14:04:11 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-30 14:04:11 -0500 |
| commit | 44ab1ad6ef52f31399fb0deabe71ec5e43cc9a08 (patch) | |
| tree | 84980060bae836e606090c35e635fc92b012fcf8 /azalea | |
| parent | 889f7426961eaa56bd4507aa5bd28cd9b26fd2ed (diff) | |
| download | azalea-drasl-44ab1ad6ef52f31399fb0deabe71ec5e43cc9a08.tar.xz | |
chore: Release
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index a456d1ea..35387bf1 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,15 +4,15 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea" -version = "0.2.4" +version = "0.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "^1.0.65" async-trait = "^0.1.57" -azalea-client = {version = "0.2.2", path = "../azalea-client"} -azalea-protocol = {version = "0.2.0", path = "../azalea-protocol"} +azalea-client = {version = "0.3.0", path = "../azalea-client"} +azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"} parking_lot = "^0.12.1" thiserror = "^1.0.37" tokio = "^1.21.1" |
