From 6528990872699e886cf3388a85f543690aa3d1b0 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 31 Oct 2022 11:26:34 +0100 Subject: [PATCH] Version 0.8.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 173936294..76a41a67c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -484,7 +484,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.8.12" +version = "0.8.13" dependencies = [ "cargo-binutils", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 58a52e601..a399c27a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.8.12" +version = "0.8.13" authors = ["Marco Castelluccio "] description = "Rust tool to collect and aggregate code coverage data for multiple source files" license = "MPL-2.0"