summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-09 10:31:29 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-09 10:31:29 -0400
commitc0f0492b98710f39605bf6d6bca81d6f49b17a12 (patch)
tree71c7c038eaba0b9f1c531cd775578c690beddd7c /crates
parent568018386b850cca3d6759397b18d604ae91e6eb (diff)
grep-regex-0.1.8grep-regex-0.1.8
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 27ebad8f..9bf03af1 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.7" #:version
+version = "0.1.8" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.