summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:13:54 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:13:54 -0500
commitd0251c77fe96412310110aeb9383f20436a9f97e (patch)
tree1ac86e72a6941e750e517eb52d9052083202c691
parent6aa5993d4b0a0a84c45d2de885407b588f84faa5 (diff)
grep-matcher-0.1.7grep-matcher-0.1.7
-rw-r--r--Cargo.lock2
-rw-r--r--crates/matcher/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0cbd6246..1d075215 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "grep-matcher"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"memchr",
"regex",
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml
index 297e8d7a..74186a48 100644
--- a/crates/matcher/Cargo.toml
+++ b/crates/matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.6" #:version
+version = "0.1.7" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.