From bc78c644db115de518a083e192312da77cfffdca Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 5 Jan 2023 09:00:33 -0500 Subject: [PATCH] grep-matcher-0.1.6 --- Cargo.lock | 2 +- crates/matcher/Cargo.toml | 2 +- 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 "] description = """ A trait for regular expressions, with a focus on line oriented search.