summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-12 21:33:13 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-12 21:33:13 -0400
commitc648eadbaa9e6e8ab819a7ac2a699a7f4a3ceae4 (patch)
tree36629714d5f049978746e133e7d0a38d2384eb75 /grep
parentd352b792944af6dc5d818b1ed3119f0914dfce38 (diff)
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 301fecc4..20b7a4d4 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.5" #:version
+version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.