From 81ab6124dcc8dce898930b4327d78a6364d6a184 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Tue, 5 Nov 2024 14:48:15 -0800 Subject: [PATCH] bump to v0.8.3-rapids.23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 081d1dd67..35ac76df8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2520,7 +2520,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.8.3-rapids.22" +version = "0.8.3-rapids.23" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 47911bf9c..295b68678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "sccache" rust-version = "1.75.0" -version = "0.8.3-rapids.22" +version = "0.8.3-rapids.23" 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."