summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-22 21:08:19 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-22 21:08:19 -0400
commit543f99dbf16c3a60f9c304f55923c0238d3acbe2 (patch)
treeb741a3fb24687c1b40181826267e26588a495cfb /crates
parent0ea65efd6d7a98b721fcf5f62a6e549204ee01b2 (diff)
grep-regex-0.1.7grep-regex-0.1.7
Diffstat (limited to 'crates')
-rw-r--r--crates/regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml
index c7323761..27ebad8f 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.6" #:version
+version = "0.1.7" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.