summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:57:03 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:57:03 -0400
commit79018eb693c882b8f97535e2fb41b6ff0e90e948 (patch)
treed79a72ddcaf226beb77e6f8f572f0f79c168aed1 /grep
parent44cd3444380307a4b137fb427e8f8e67d95f4a48 (diff)
grep-pcre2: release 0.1.3grep-pcre2-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 1b2efdb0..ab95cdaf 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -15,7 +15,7 @@ license = "Unlicense/MIT"
[dependencies]
grep-cli = { version = "0.1.1", path = "../grep-cli" }
grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
-grep-pcre2 = { version = "0.1.2", path = "../grep-pcre2", optional = true }
+grep-pcre2 = { version = "0.1.3", path = "../grep-pcre2", optional = true }
grep-printer = { version = "0.1.1", path = "../grep-printer" }
grep-regex = { version = "0.1.3", path = "../grep-regex" }
grep-searcher = { version = "0.1.1", path = "../grep-searcher" }