summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-10-22 10:33:09 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-10-22 10:33:09 -0400
commitc4e194538472de2cd74664a9a016b9c25c0e800b (patch)
tree8d89ce5925f2a36aa07353be4de339d57cfe7a17
parent04d17040e79c48d9770b57113ba5c66c2288c82e (diff)
cargo: bump to 0.7.10.7.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw