From 4707eda8ac5103b2607aa3929b0d93e16b698a66 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 18 Apr 2018 23:54:58 +0200 Subject: [PATCH] Version 0.1.34 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abed33292..163c695fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "grcov" -version = "0.1.33" +version = "0.1.34" dependencies = [ "cc 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1ca71115f..a144b28a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.1.33" +version = "0.1.34" authors = ["Marco Castelluccio "] links = "llvmgcov" build = "build.rs"