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-protocol | |
| parent | 4c9de35cc2185b5ee8f844f907a50fa9a46b0bf2 (diff) | |
| download | azalea-drasl-c0338cac35db6849a0a82a451db0e62d1fc24a0f.tar.xz | |
Create cache file directory if it doesn't exist
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | 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 ab43d18f..009c1344 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -10,7 +10,7 @@ version = "0.2.0" [dependencies] async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" -azalea-auth = {path = "../azalea-auth", version = "^0.2.0" } +azalea-auth = {path = "../azalea-auth", version = "^0.2.1" } azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" } azalea-brigadier = {path = "../azalea-brigadier", version = "^0.2.0" } azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } |
