summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:06:29 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:06:29 -0400
commit6668d7ba8a10c5e82f9fb396bb901af27e5ba4b2 (patch)
treed7ad776cbb43079b9701372d7a814cf18eb1a9cd
parent008da5dca466320e846b5dcde632eb12ea4d19d4 (diff)
grep-pcre2-0.1.5grep-pcre2-0.1.5
-rw-r--r--Cargo.lock2
-rw-r--r--crates/pcre2/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8c03b690..1ff247c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -195,7 +195,7 @@ dependencies = [
[[package]]
name = "grep-pcre2"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"grep-matcher",
"pcre2",
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index b3f9f550..c1c49766 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-pcre2"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use PCRE2 with the 'grep' crate.