summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:02:30 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:02:30 -0400
commitcd4386bd9b5d51d344814bad2db3e3e79c1cf47d (patch)
treed9e92194f14c8a337005b3e57d408ec436022edf
parentcdc20c568525509d7b68e1c58a20ff55a51db231 (diff)
grep-matcher-0.1.5grep-matcher-0.1.5
-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 0d380036..ec66849c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -187,7 +187,7 @@ dependencies = [
[[package]]
name = "grep-matcher"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"memchr",
"regex",
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml
index 56d91793..c104e36e 100644
--- a/crates/matcher/Cargo.toml
+++ b/crates/matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.