From a8c5368b6d689d39667b9b8c79c5346c9cdf731b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 21 Apr 2024 14:18:24 +0200 Subject: [PATCH] prepare version 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19b3d99cb..68042566f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2284,7 +2284,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.7.7" +version = "0.8.0" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 71c27a273..c36064936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.70.0" -version = "0.7.7" +version = "0.8.0" 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."