From d0251c77fe96412310110aeb9383f20436a9f97e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 26 Nov 2023 14:13:54 -0500 Subject: grep-matcher-0.1.7 --- Cargo.lock | 2 +- crates/matcher/Cargo.toml | 2 +- 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 "] description = """ A trait for regular expressions, with a focus on line oriented search. -- cgit v1.2.3