diff --git a/Cargo.lock b/Cargo.lock index 6da241647..96f213671 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2293,7 +2293,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index ef76279a6..b69c47e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.70.0" -version = "0.8.0" +version = "0.8.1" 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."