From 019ae1989b2eefa5edbe2ee10d8e328a610bb597 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 15 Apr 2019 18:00:49 -0400 Subject: grep-printer: release 0.1.2 --- Cargo.lock | 4 ++-- grep-printer/Cargo.toml | 2 +- grep/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ade2f34c..cd63bdd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ "grep-cli 0.1.1", "grep-matcher 0.1.2", "grep-pcre2 0.1.3", - "grep-printer 0.1.1", + "grep-printer 0.1.2", "grep-regex 0.1.3", "grep-searcher 0.1.4", "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -194,7 +194,7 @@ dependencies = [ [[package]] name = "grep-printer" -version = "0.1.1" +version = "0.1.2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bstr 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/grep-printer/Cargo.toml b/grep-printer/Cargo.toml index a6cc6201..cc6dc8d7 100644 --- a/grep-printer/Cargo.toml +++ b/grep-printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-printer" -version = "0.1.1" #:version +version = "0.1.2" #:version authors = ["Andrew Gallant "] description = """ An implementation of the grep crate's Sink trait that provides standard diff --git a/grep/Cargo.toml b/grep/Cargo.toml index d88b83ad..21803ccd 100644 --- a/grep/Cargo.toml +++ b/grep/Cargo.toml @@ -16,7 +16,7 @@ license = "Unlicense/MIT" grep-cli = { version = "0.1.1", path = "../grep-cli" } grep-matcher = { version = "0.1.2", path = "../grep-matcher" } grep-pcre2 = { version = "0.1.3", path = "../grep-pcre2", optional = true } -grep-printer = { version = "0.1.1", path = "../grep-printer" } +grep-printer = { version = "0.1.2", path = "../grep-printer" } grep-regex = { version = "0.1.3", path = "../grep-regex" } grep-searcher = { version = "0.1.4", path = "../grep-searcher" } -- cgit v1.2.3