summaryrefslogtreecommitdiffstats
path: root/grep-searcher
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:56:04 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:56:04 -0400
commit44cd3444380307a4b137fb427e8f8e67d95f4a48 (patch)
tree2e6dfeeb9ef97069b7467dd6e57cfc77dc9852ab /grep-searcher
parente493e54b9b81d729b748d378a5166112da305eb9 (diff)
grep-regex: release 0.1.3grep-regex-0.1.3
Diffstat (limited to 'grep-searcher')
-rw-r--r--grep-searcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-searcher/Cargo.toml b/grep-searcher/Cargo.toml
index 886570dd..ca60d2e3 100644
--- a/grep-searcher/Cargo.toml
+++ b/grep-searcher/Cargo.toml
@@ -22,7 +22,7 @@ log = "0.4.5"
memmap = "0.7"
[dev-dependencies]
-grep-regex = { version = "0.1.1", path = "../grep-regex" }
+grep-regex = { version = "0.1.3", path = "../grep-regex" }
regex = "1.1"
[features]