summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-04 23:25:39 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-04 23:25:39 -0400
commit10777c150dc2c2fc43a4089ae337ffb7b72fa1e6 (patch)
tree7751a07277b574ab0459a12eec9dadbded91a516
parent827179250b188e150db5851c85439605a58a884d (diff)
grep-0.2.1grep-0.2.1
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 64ae2273..c8027ff8 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.0" #:version
+version = "0.2.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.