From b42f216abe9e7b4dd98b61e47571380ae4a0a556 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Fri, 24 Jan 2025 17:53:26 +0000 Subject: [PATCH] bump to v0.9.1-rapids.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8452e7ab1..4512d426d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.9.1-rapids.5" +version = "0.9.1-rapids.6" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 54455ccab..fa1310dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.75.0" -version = "0.9.1-rapids.5" +version = "0.9.1-rapids.6" 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."