summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-04-09 09:47:00 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-04-09 09:47:00 -0400
commitac1c95a6d977c8d56aea51c3cf129128ff8cda89 (patch)
tree9a671d786aba2f246711911eea4bab096c976a02
parent685b431d80a08a09d73c53a34595813d93b8f551 (diff)
0.5.10.5.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 d7de30fe..eb5cb7e9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "ripgrep"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bytecount 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1be13dfb..c512f550 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.5.0" #:version
+version = "0.5.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw