This commit is contained in:
Sylvestre Ledru 2023-06-04 12:44:40 +02:00
Родитель 5f0b567caa
Коммит 597eb51e48
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2279,7 +2279,7 @@ dependencies = [
[[package]]
name = "sccache"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"ar",

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

@ -1,6 +1,6 @@
[package]
name = "sccache"
version = "0.5.2"
version = "0.5.3"
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 various cloud storage."
repository = "https://github.com/mozilla/sccache/"