summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-11 13:35:54 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-11 13:35:54 -0500
commit739f8f596b99ccce90c733c7eff485967703a2b9 (patch)
treeebdde3052613137470c43ba31804915f7f18b158 /grep
parente818d7529bc862bf08951af7bef231e0791982d3 (diff)
grep: release 0.1.8grep-0.1.8
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 34f96bc4..5364936e 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.7" #:version
+version = "0.1.8" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.