From c4e194538472de2cd74664a9a016b9c25c0e800b Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 22 Oct 2017 10:33:09 -0400 Subject: cargo: bump to 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fb75f99..61f77637 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "ripgrep" -version = "0.7.0" +version = "0.7.1" dependencies = [ "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bytecount 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 41e526e8..5b57fb82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "0.7.0" #:version +version = "0.7.1" #:version authors = ["Andrew Gallant "] description = """ Line oriented search tool using Rust's regex library. Combines the raw -- cgit v1.2.3