summaryrefslogtreecommitdiffstats
path: root/grep-regex
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-08-06 09:51:13 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-08-06 09:51:13 -0400
commit5c4584aa7c797a8c5f2ebebb4c47e7e58cae773b (patch)
tree6ff06591f63eb7ee3596eb535719c82b79ab5aab /grep-regex
parent0972c6e7c7434aeef16c06aec059c327aca3dc37 (diff)
grep-regex-0.1.5grep-regex-0.1.5
Diffstat (limited to 'grep-regex')
-rw-r--r--grep-regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-regex/Cargo.toml b/grep-regex/Cargo.toml
index 43a913af..ab65bce4 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.