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"