From c0338cac35db6849a0a82a451db0e62d1fc24a0f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 18 Oct 2022 19:31:27 +0000 Subject: Create cache file directory if it doesn't exist --- azalea-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol') 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" } -- cgit v1.2.3