summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-25 22:29:35 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-25 22:29:35 -0400
commitb62195b33f5869bba2cf6e1a08d2975d6e4acf48 (patch)
treea00b90f14b3a1076dc6c684ef7e3037420e58810 /grep
parentbaebfd7adda595716deccca60605d36b0a80a4e6 (diff)
grep 0.1.3
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 a2d73072..d14ba886 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.2" #:version
+version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.