summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:11:16 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:11:16 -0500
commitb80947a8b3bac4fe99b3d7cb1622f1ff0bdb6d34 (patch)
tree35689e3b620e7247e399524e44afac230e5014af
parentad793a0d8f387be1fce20d862f26f75533b84b28 (diff)
grep-printer-0.1.7grep-printer-0.1.7
-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 d435a160..b60cb5a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -197,7 +197,7 @@ dependencies = [
[[package]]
name = "grep-printer"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"base64",
"bstr",
diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml
index acdec6e2..c7054250 100644
--- a/crates/printer/Cargo.toml
+++ b/crates/printer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-printer"
-version = "0.1.6" #:version
+version = "0.1.7" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
An implementation of the grep crate's Sink trait that provides standard