This commit is contained in:
Ted Mielczarek 2018-03-12 15:55:59 -04:00
Родитель 0bc83a577f
Коммит dfdfce28e0
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -961,7 +961,7 @@ dependencies = [
[[package]]
name = "sccache"
version = "0.2.6-alpha.0"
version = "0.2.6"
dependencies = [
"app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -1,6 +1,6 @@
[package]
name = "sccache"
version = "0.2.6-alpha.0"
version = "0.2.6"
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."