diff --git a/Cargo.lock b/Cargo.lock index 1f6559e53..3b9c018b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2330,7 +2330,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 0fdf6c4d3..94e2b799d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.67.1" -version = "0.7.1" +version = "0.7.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, storing a cache in a remote storage using various cloud storage."