This commit is contained in:
Sylvestre Ledru 2023-03-21 10:49:02 +01:00
Родитель 7272d5ca1b
Коммит fcc6b9ef28
2 изменённых файлов: 2 добавлений и 2 удалений

2
Cargo.lock сгенерированный
Просмотреть файл

@ -2185,7 +2185,7 @@ dependencies = [
[[package]]
name = "sccache"
version = "0.4.0-pre.11"
version = "0.4.0"
dependencies = [
"anyhow",
"ar",

Просмотреть файл

@ -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/"