From bf3cca32f0ba01d19451e835ffc1dfbc99167bd5 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 9 Jan 2020 18:25:31 +0100 Subject: [PATCH] Version 0.5.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70f73fcd8..f890bd7e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.5.8" +version = "0.5.9" 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 493188f01..9e6699359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.5.8" +version = "0.5.9" authors = ["Marco Castelluccio "] description="Rust tool to collect and aggregate code coverage data for multiple source files" license="MPL-2.0"