summaryrefslogtreecommitdiffstats
path: root/crates/regex/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/regex/Cargo.toml')
-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 97a0d916..150bb6f8 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.9" #:version
+version = "0.1.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.