summaryrefslogtreecommitdiffstats
path: root/grep-pcre2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep-pcre2/Cargo.toml')
-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 58386037..7e5785a0 100644
--- a/grep-pcre2/Cargo.toml
+++ b/grep-pcre2/Cargo.toml
@@ -13,5 +13,5 @@ keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
[dependencies]
-grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
pcre2 = "0.2.0"