summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:07:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:07:46 -0400
commit57ce623a57b304a72381872e5671f52671d593ff (patch)
tree0f41eea226cf60857f0257baf3fa3da1bc2d1751
parentf1c656de408b79368cdd68b55dd9d001f886f848 (diff)
grep-printer-0.1.6grep-printer-0.1.6
-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 87e67032..573c7b94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -203,7 +203,7 @@ dependencies = [
[[package]]
name = "grep-printer"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"base64",
"bstr",
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index 8258a838..3a87b532 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-printer"
-version = "0.1.5" #:version
+version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
An implementation of the grep crate's Sink trait that provides standard