This commit is contained in:
Sylvestre Ledru 2023-01-08 14:00:25 +01:00
Родитель 066addee7a
Коммит 9e38926b4a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2198,7 +2198,7 @@ dependencies = [
[[package]]
name = "sccache"
version = "0.4.0-pre.4"
version = "0.4.0-pre.5"
dependencies = [
"anyhow",
"ar",

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

@ -1,6 +1,6 @@
[package]
name = "sccache"
version = "0.4.0-pre.4"
version = "0.4.0-pre.5"
authors = ["Ted Mielczarek <ted@mielczarek.org>", "Alex Crichton <alex@alexcrichton.com>"]
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."