summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-11 20:22:22 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-11 20:22:22 -0500
commit23d1b91eaddbfb886a3a99d615f49551cd35cb6c (patch)
treea3f2fce6c17c7bf571b4479b9891e90ed6f5f7c3
parentac83ed499289934ecb736ecb65c11ab001a6441f (diff)
release: 0.8.00.8.0
-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 3e6d91df..3473f4dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -225,7 +225,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ripgrep"
-version = "0.7.1"
+version = "0.8.0"
dependencies = [
"atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"bytecount 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 719ea64a..8d4aeec9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.7.1" #:version
+version = "0.8.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw