summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:53:29 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:53:29 -0400
commite493e54b9b81d729b748d378a5166112da305eb9 (patch)
tree779a88c1aa44e4a9753c6b6b27d9f376bda8d8b2 /grep
parent8e8215aa65ac392c31003b62c7989d00e8666304 (diff)
grep-matcher: release 0.1.2grep-matcher-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 b6a97d27..c6ff7cc3 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
[dependencies]
grep-cli = { version = "0.1.1", path = "../grep-cli" }
-grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-pcre2 = { version = "0.1.2", path = "../grep-pcre2", optional = true }
grep-printer = { version = "0.1.1", path = "../grep-printer" }
grep-regex = { version = "0.1.1", path = "../grep-regex" }