summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-29 18:59:40 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-29 18:59:40 -0400
commit1d5b1011e54f6bbfdc694b783563ae9f0b77c966 (patch)
tree77f2e40875c15ac58247aae79d6acdac7837b0d6
parent1bb30b72fc3b82fbbca8a24658aed4f697924dfd (diff)
12.0.112.0.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 cb687667..c5e8d402 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -399,7 +399,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ripgrep"
-version = "12.0.0"
+version = "12.0.1"
dependencies = [
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e982c6f6..7592638d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "12.0.0" #:version
+version = "12.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
ripgrep is a line-oriented search tool that recursively searches your current