diff --git a/Cargo.lock b/Cargo.lock index f11e86302..4f1947b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono 0.4.7 (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 b7939f61e..c54a5a724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.5.1" +version = "0.5.2" authors = ["Marco Castelluccio "] description="Rust tool to collect and aggregate code coverage data for multiple source files" license="MPL-2.0"