From c5d6141562348a06828637db53c4317256e0950a Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 9 May 2020 10:33:02 -0400 Subject: grep-printer-0.1.5 --- Cargo.lock | 4 ++-- crates/printer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ee92d31..4ccb4b3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ "grep-cli 0.1.4", "grep-matcher 0.1.4", "grep-pcre2 0.1.4", - "grep-printer 0.1.4", + "grep-printer 0.1.5", "grep-regex 0.1.8", "grep-searcher 0.1.7", "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "grep-printer" -version = "0.1.4" +version = "0.1.5" dependencies = [ "base64 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml index 4e7763f8..316860e2 100644 --- a/crates/printer/Cargo.toml +++ b/crates/printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-printer" -version = "0.1.4" #:version +version = "0.1.5" #:version authors = ["Andrew Gallant "] description = """ An implementation of the grep crate's Sink trait that provides standard -- cgit v1.2.3