From c0a10934da2b5089099f4e837e14f941c1ec3d2a Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 29 Jun 2017 09:38:50 -0700 Subject: [PATCH] Version 0.1.22 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 208a2ecad..fdbea3f24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "grcov" -version = "0.1.21" +version = "0.1.22" dependencies = [ "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3c44b687a..fd10b3448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grcov" -version = "0.1.21" +version = "0.1.22" authors = ["Marco Castelluccio "] [dependencies]