summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:59:22 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:59:22 -0400
commit36d3f235dc71b41359d0a0df18ab4e2a5dd5decb (patch)
treee64d9b35a7772dd6de2062268cd260fa1d642cc9 /grep
parent79018eb693c882b8f97535e2fb41b6ff0e90e948 (diff)
grep-searcher: release 0.1.4grep-searcher-0.1.4
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index ab95cdaf..d88b83ad 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -18,7 +18,7 @@ grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-pcre2 = { version = "0.1.3", path = "../grep-pcre2", optional = true }
grep-printer = { version = "0.1.1", path = "../grep-printer" }
grep-regex = { version = "0.1.3", path = "../grep-regex" }
-grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
+grep-searcher = { version = "0.1.4", path = "../grep-searcher" }
[dev-dependencies]
termcolor = "1.0.4"