From 423afb851372ce62a9edab70356ebe6461e82a50 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Oct 2025 08:28:06 -0400 Subject: [PATCH] grep-printer-0.3.1 --- Cargo.lock | 2 +- crates/printer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4d7b222..cbf9954b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "grep-printer" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bstr", "grep-matcher", diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml index 3cf0b55a..2da1f79d 100644 --- a/crates/printer/Cargo.toml +++ b/crates/printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-printer" -version = "0.3.0" #:version +version = "0.3.1" #:version authors = ["Andrew Gallant "] description = """ An implementation of the grep crate's Sink trait that provides standard