diff --git a/Cargo.lock b/Cargo.lock index f675acc13..11db30392 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2520,7 +2520,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 9437e7369..ce3426c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.75.0" -version = "0.8.1" +version = "0.8.2" categories = ["command-line-utilities", "development-tools::build-utils"] description = "Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage."