From b151dc60dacb091864be0735f7a369535623acd4 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 19 Dec 2019 15:56:42 +0100 Subject: [PATCH] Version 0.5.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ccf06ebe..45ec48879 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.5.6" +version = "0.5.7" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8f8dd104a..cbc3e0d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.5.6" +version = "0.5.7" authors = ["Marco Castelluccio "] description="Rust tool to collect and aggregate code coverage data for multiple source files" license="MPL-2.0"