aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-18 19:31:27 +0000
committerUbuntu <github@matdoes.dev>2022-10-18 19:31:27 +0000
commitc0338cac35db6849a0a82a451db0e62d1fc24a0f (patch)
treeb6310972b1100ca72e289a76515b87fe7554e561 /azalea-client
parent4c9de35cc2185b5ee8f844f907a50fa9a46b0bf2 (diff)
downloadazalea-drasl-c0338cac35db6849a0a82a451db0e62d1fc24a0f.tar.xz
Create cache file directory if it doesn't exist
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index b9a36e87..84df872a 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -3,13 +3,13 @@ description = "A headless Minecraft client."
edition = "2021"
license = "MIT"
name = "azalea-client"
-version = "0.2.1"
+version = "0.2.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.59"
-azalea-auth = { path = "../azalea-auth", version = "0.2.0" }
+azalea-auth = { path = "../azalea-auth", version = "0.2.1" }
azalea-block = { path = "../azalea-block", version = "0.2.0" }
azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
azalea-core = { path = "../azalea-core", version = "0.2.0" }