summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-21 19:14:12 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-21 19:14:12 -0400
commit24e14a0341935cb34d5e47649777339dfc87577d (patch)
tree5a07216845db04dc193f9cffedbcc18919e028eb /grep
parent2a2b1506d42c64916e27d848cc86f1e8330881c4 (diff)
grep 0.1.2
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 6720298a..a2d73072 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.1" #:version
+version = "0.1.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.