summaryrefslogtreecommitdiffstats
path: root/crates
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 /crates
parent6aa5993d4b0a0a84c45d2de885407b588f84faa5 (diff)
grep-matcher-0.1.7grep-matcher-0.1.7
Diffstat (limited to 'crates')
-rw-r--r--crates/matcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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.