summaryrefslogtreecommitdiffstats
path: root/grep-regex
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:56:04 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:56:04 -0400
commit44cd3444380307a4b137fb427e8f8e67d95f4a48 (patch)
tree2e6dfeeb9ef97069b7467dd6e57cfc77dc9852ab /grep-regex
parente493e54b9b81d729b748d378a5166112da305eb9 (diff)
grep-regex: release 0.1.3grep-regex-0.1.3
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 0ac13627..959596fe 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.2" #:version
+version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.