summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-13 23:46:21 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-13 23:46:21 -0500
commit057ed6305ab536b619b92b07903aaa8b17ccadef (patch)
treeca2a11a641c250d6c2db3731ff46a11d4abe2ee2 /grep
parent730beb9cb5b7cfcb482cd497800e79d01549c65d (diff)
0.4.00.4.0
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 8ac92bf9..301fecc4 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.
@@ -15,5 +15,5 @@ license = "Unlicense/MIT"
[dependencies]
log = "0.3"
memchr = "1"
-regex = "0.2.0"
+regex = "0.2.1"
regex-syntax = "0.4.0"