summaryrefslogtreecommitdiffstats
path: root/grep-pcre2
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-14 16:40:18 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-14 19:29:27 -0400
commitf3646242cc193b4887cc512b57cca2e80de458b2 (patch)
treeac651752d6087c4af4e6252b088778ea5b25570f /grep-pcre2
parent601f212a0b64d5aa63dd9ef19c9409f5e9194181 (diff)
deps: use pcre2 0.2.0
This comes with PCRE 10.32 and a few new options we'll use in subsequent commits.
Diffstat (limited to 'grep-pcre2')
-rw-r--r--grep-pcre2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-pcre2/Cargo.toml b/grep-pcre2/Cargo.toml
index 0635a525..58386037 100644
--- a/grep-pcre2/Cargo.toml
+++ b/grep-pcre2/Cargo.toml
@@ -14,4 +14,4 @@ license = "Unlicense/MIT"
[dependencies]
grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
-pcre2 = "0.1.1"
+pcre2 = "0.2.0"