summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 15:21:40 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 15:21:40 -0500
commit3d0171040a684533b8ba41cdfc030870d753eb4f (patch)
tree1e666e48a0654b8c8044cef191b7edb9061fcc32 /crates
parent93429d0f85bf86ad5947b10f57e3ad864c60867a (diff)
grep-printer-0.2.0grep-printer-0.2.0
Diffstat (limited to 'crates')
-rw-r--r--crates/grep/Cargo.toml2
-rw-r--r--crates/printer/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
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 <jamslam@gmail.com>"]
description = """
An implementation of the grep crate's Sink trait that provides standard