diff --git a/Cargo.lock b/Cargo.lock index 6d581c183..9e176eee3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.4.3" +version = "0.5.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 05cb218a1..410743d29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.4.3" +version = "0.5.0" authors = ["Marco Castelluccio "] description="Rust tool to collect and aggregate code coverage data for multiple source files" license="MPL-2.0"