From a0d61a063f5ff7c1d1b131882d92999c923c3420 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 15 Oct 2025 23:04:24 -0400 Subject: [PATCH] grep-printer-0.3.0 --- crates/grep/Cargo.toml | 2 +- crates/printer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml index 62381bcb..0f966956 100644 --- a/crates/grep/Cargo.toml +++ b/crates/grep/Cargo.toml @@ -17,7 +17,7 @@ edition = "2024" grep-cli = { version = "0.1.12", path = "../cli" } grep-matcher = { version = "0.1.8", path = "../matcher" } grep-pcre2 = { version = "0.1.9", path = "../pcre2", optional = true } -grep-printer = { version = "0.2.2", path = "../printer" } +grep-printer = { version = "0.3.0", path = "../printer" } grep-regex = { version = "0.1.14", path = "../regex" } grep-searcher = { version = "0.1.15", path = "../searcher" } diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml index ffc770d1..a18b6cc7 100644 --- a/crates/printer/Cargo.toml +++ b/crates/printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-printer" -version = "0.2.2" #:version +version = "0.3.0" #:version authors = ["Andrew Gallant "] description = """ An implementation of the grep crate's Sink trait that provides standard