diff --git a/Cargo.lock b/Cargo.lock index e70588c75..b7d0e239e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2185,7 +2185,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.4.0-pre.11" +version = "0.4.0" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 200290400..94e43927b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sccache" -version = "0.4.0-pre.11" +version = "0.4.0" license = "Apache-2.0" 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 the S3 API." repository = "https://github.com/mozilla/sccache/"