This commit is contained in:
Marco Castelluccio 2017-03-17 01:50:26 +01:00
Родитель e114dcef7c
Коммит 4b9a7e47e1
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
[root]
name = "grcov"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -1,6 +1,6 @@
[package]
name = "grcov"
version = "0.1.3"
version = "0.1.4"
authors = ["Marco Castelluccio <mcastelluccio@mozilla.com>"]
[dependencies]