From a5ba50ceaf01908fed077eb914a84bd02e016a70 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 15 Oct 2025 22:59:35 -0400 Subject: [PATCH] grep-matcher-0.1.8 --- Cargo.lock | 2 +- crates/matcher/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dd0cef0..85390c27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "grep-matcher" -version = "0.1.7" +version = "0.1.8" dependencies = [ "memchr", "regex", diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml index 9e8a9c86..4ec118ea 100644 --- a/crates/matcher/Cargo.toml +++ b/crates/matcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-matcher" -version = "0.1.7" #:version +version = "0.1.8" #:version authors = ["Andrew Gallant "] description = """ A trait for regular expressions, with a focus on line oriented search.