From 395eaffcda795eef21c2c8acc296b8d36a1eafe0 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Sat, 2 Apr 2022 00:00:31 +0200 Subject: [PATCH] Version 0.8.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6c007368..7c7343b52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.8.8" +version = "0.8.9" dependencies = [ "cargo-binutils", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6dfccdaf7..ccc45008a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.8.8" +version = "0.8.9" authors = ["Marco Castelluccio "] description = "Rust tool to collect and aggregate code coverage data for multiple source files" license = "MPL-2.0"