(cargo-release) start next development iteration 0.2.6-alpha.0

This commit is contained in:
Ted Mielczarek 2018-01-30 11:56:10 -05:00
Родитель 46b4ffaba7
Коммит ffce831b90
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -986,7 +986,7 @@ dependencies = [
[[package]]
name = "sccache"
version = "0.2.5"
version = "0.2.6-alpha.0"
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.5"
version = "0.2.6-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."