From 3d0171040a684533b8ba41cdfc030870d753eb4f Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 26 Nov 2023 15:21:40 -0500 Subject: grep-printer-0.2.0 --- Cargo.lock | 2 +- crates/grep/Cargo.toml | 2 +- crates/printer/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2575af7..30b81edc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ [[package]] name = "grep-printer" -version = "0.1.7" +version = "0.2.0" dependencies = [ "bstr", "grep-matcher", diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml index aa082b7f..f7bc75ef 100644 --- a/crates/grep/Cargo.toml +++ b/crates/grep/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" grep-cli = { version = "0.1.10", path = "../cli" } grep-matcher = { version = "0.1.7", path = "../matcher" } grep-pcre2 = { version = "0.1.7", path = "../pcre2", optional = true } -grep-printer = { version = "0.1.7", path = "../printer" } +grep-printer = { version = "0.2.0", path = "../printer" } grep-regex = { version = "0.1.12", path = "../regex" } grep-searcher = { version = "0.1.12", path = "../searcher" } diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml index ec08142d..ef41fc41 100644 --- a/crates/printer/Cargo.toml +++ b/crates/printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-printer" -version = "0.1.7" #:version +version = "0.2.0" #:version authors = ["Andrew Gallant "] description = """ An implementation of the grep crate's Sink trait that provides standard -- cgit v1.2.3