summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:00:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:00:33 -0500
commitbc78c644db115de518a083e192312da77cfffdca (patch)
treea2f3fd1bbfe0f721cc4a66abe9bd0aaaa08ddfbd
parentdc7267a0fb9849c3d25833e4b4d6daf4992d1595 (diff)
grep-matcher-0.1.6grep-matcher-0.1.6
-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 d4bcb7af..3d96dba2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -181,7 +181,7 @@ dependencies = [
[[package]]
name = "grep-matcher"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"memchr",
"regex",
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml
index 0b506386..43ab76fa 100644
--- a/crates/matcher/Cargo.toml
+++ b/crates/matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.5" #:version
+version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.