diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-18 19:31:27 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-18 19:31:27 +0000 |
| commit | c0338cac35db6849a0a82a451db0e62d1fc24a0f (patch) | |
| tree | b6310972b1100ca72e289a76515b87fe7554e561 /azalea | |
| parent | 4c9de35cc2185b5ee8f844f907a50fa9a46b0bf2 (diff) | |
| download | azalea-drasl-c0338cac35db6849a0a82a451db0e62d1fc24a0f.tar.xz | |
Create cache file directory if it doesn't exist
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index cfa8238f..e86dbde4 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -3,14 +3,14 @@ description = "A framework for creating Minecraft bots." edition = "2021" license = "MIT" name = "azalea" -version = "0.2.3" +version = "0.2.4" # 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.1", path = "../azalea-client" } +azalea-client = { version = "0.2.2", path = "../azalea-client" } azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" } parking_lot = "^0.12.1" thiserror = "^1.0.37" |
