summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-27 21:36:02 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:36:02 -0500
commitf9b86de96322baea54711894ff917c0c4ec440fd (patch)
tree57321535070bc3496fd5039dd47fc1039eee5fe4
parentd23b74975ab02dde74f0e9799fccc53013fe61c7 (diff)
grep-printer-0.2.1grep-printer-0.2.1
-rw-r--r--Cargo.lock2
-rw-r--r--crates/printer/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 34f80d05..3c1461d5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -177,7 +177,7 @@ dependencies = [
[[package]]
name = "grep-printer"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"bstr",
"grep-matcher",
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index 819a3c73..06501076 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-printer"
-version = "0.2.0" #:version
+version = "0.2.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
An implementation of the grep crate's Sink trait that provides standard