From a921c47c50d0b50422731befd16a6eb96b371ba8 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 4 Oct 2019 17:12:32 +0100 Subject: [PATCH] Version 0.5.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c3bf92ad..e0c734ea4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.5.3" +version = "0.5.4" dependencies = [ "chrono 0.4.9 (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 a94939d26..bf9bd547c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.5.3" +version = "0.5.4" authors = ["Marco Castelluccio "] description="Rust tool to collect and aggregate code coverage data for multiple source files" license="MPL-2.0"