summaryrefslogtreecommitdiffstats
path: root/grep-regex
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-02-16 09:30:06 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-02-16 09:30:06 -0500
commitc84cfb67568a6c3bbe3d5867353a666c7e359553 (patch)
tree58c5faebc7af9abf450b5e3a0b10eb5f252b7a5e /grep-regex
parent895e26a000cc54643691bdaef5fd7ea5f4451a89 (diff)
grep-regex-0.1.2grep-regex-0.1.2
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 644043f5..609ca16f 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.1" #:version
+version = "0.1.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.