From ca60fef4dbb090523d3e59c69a74394aead962ae Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 5 Jan 2023 09:12:49 -0500 Subject: grep-0.2.11 --- Cargo.lock | 2 +- crates/grep/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b60cb5a8..2eb20493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "grep" -version = "0.2.10" +version = "0.2.11" dependencies = [ "grep-cli", "grep-matcher", diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml index 2b13f9e8..5a70b4f9 100644 --- a/crates/grep/Cargo.toml +++ b/crates/grep/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep" -version = "0.2.10" #:version +version = "0.2.11" #:version authors = ["Andrew Gallant "] description = """ Fast line oriented regex searching as a library. -- cgit v1.2.3