summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:05:56 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:05:56 -0400
commit008da5dca466320e846b5dcde632eb12ea4d19d4 (patch)
tree747cb93a18849217660850db6ceb406c8f0f422a
parenta34df1f6904839db8295b9303dd6b771604b8394 (diff)
pcre2: update minimal version to 0.2.3
-rw-r--r--crates/pcre2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index f07be484..b3f9f550 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -15,4 +15,4 @@ edition = "2018"
[dependencies]
grep-matcher = { version = "0.1.5", path = "../matcher" }
-pcre2 = "0.2.0"
+pcre2 = "0.2.3"