Bump development version and lockfile to reflect new release.

This commit is contained in:
Chris Manchester 2020-02-24 11:10:42 -08:00
Родитель 4705bc2730
Коммит 5bb4d6e445
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1783,7 +1783,7 @@ dependencies = [
[[package]]
name = "sccache"
version = "0.2.13-alpha.0"
version = "0.2.14-alpha.0"
dependencies = [
"ar 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

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

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