From e976c42c2141969915bdd39dd3177db6f27405a8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 7 Feb 2024 11:41:22 +0100 Subject: [PATCH] upgrade to version 0.7.7 (#2080) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a328d2950..3eeb9356c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2297,7 +2297,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.7.6" +version = "0.7.7" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index e2adc8625..8aa84c6d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.70.0" -version = "0.7.6" +version = "0.7.7" 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."