From 2ea06d69aaff19d53a0260f271a30cc28a39f1de Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Oct 2025 08:28:53 -0400 Subject: [PATCH] grep-0.4.1 --- Cargo.lock | 2 +- crates/grep/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbf9954..0a00e5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,7 +159,7 @@ dependencies = [ [[package]] name = "grep" -version = "0.4.0" +version = "0.4.1" dependencies = [ "grep-cli", "grep-matcher", diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml index 1e91947..ace422e 100644 --- a/crates/grep/Cargo.toml +++ b/crates/grep/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep" -version = "0.4.0" #:version +version = "0.4.1" #:version authors = ["Andrew Gallant "] description = """ Fast line oriented regex searching as a library.