summaryrefslogtreecommitdiffstats
path: root/grep-searcher
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-searcher
parent79018eb693c882b8f97535e2fb41b6ff0e90e948 (diff)
grep-searcher: release 0.1.4grep-searcher-0.1.4
Diffstat (limited to 'grep-searcher')
-rw-r--r--grep-searcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-searcher/Cargo.toml b/grep-searcher/Cargo.toml
index ca60d2e3..9911c9d7 100644
--- a/grep-searcher/Cargo.toml
+++ b/grep-searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.1.3" #:version
+version = "0.1.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.