From 11703e09ab88a65ca5daba89df50844ce41f25ba Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 10 Jan 2024 18:38:45 +0100 Subject: [PATCH] Prepare version 0.7.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cbe96cb..a1728146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2324,7 +2324,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.7.4" +version = "0.7.5" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index e5253ad9..42fedbda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.67.1" -version = "0.7.4" +version = "0.7.5" 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."