diff --git a/Cargo.lock b/Cargo.lock index b4d7b222..cbf9954b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "grep-printer" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bstr", "grep-matcher", diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml index 3cf0b55a..2da1f79d 100644 --- a/crates/printer/Cargo.toml +++ b/crates/printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-printer" -version = "0.3.0" #:version +version = "0.3.1" #:version authors = ["Andrew Gallant "] description = """ An implementation of the grep crate's Sink trait that provides standard