summaryrefslogtreecommitdiffstats
path: root/grep-printer
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:53:29 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:53:29 -0400
commite493e54b9b81d729b748d378a5166112da305eb9 (patch)
tree779a88c1aa44e4a9753c6b6b27d9f376bda8d8b2 /grep-printer
parent8e8215aa65ac392c31003b62c7989d00e8666304 (diff)
grep-matcher: release 0.1.2grep-matcher-0.1.2
Diffstat (limited to 'grep-printer')
-rw-r--r--grep-printer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-printer/Cargo.toml b/grep-printer/Cargo.toml
index 1ce553fe..3ff5fac4 100644
--- a/grep-printer/Cargo.toml
+++ b/grep-printer/Cargo.toml
@@ -20,7 +20,7 @@ serde1 = ["base64", "serde", "serde_derive", "serde_json"]
[dependencies]
base64 = { version = "0.10.0", optional = true }
bstr = "0.1.2"
-grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
termcolor = "1.0.4"
serde = { version = "1.0.77", optional = true }