diff --git a/Cargo.lock b/Cargo.lock index 1126c5f00..ee4de0221 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2885,7 +2885,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 690ea93c0..eb9a75998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ edition = "2024" name = "sccache" rust-version = "1.85.0" -version = "0.14.0" +version = "0.15.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."