summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:15:44 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:15:44 -0500
commitfee7ac79f11e05640c5609a825ed6d1359cae472 (patch)
treef0dbdbb11d866099072f2afd27fcf5365a9ef2ba /crates
parent54d5540c10e485346150ad63e6a1fe8ad705e2f4 (diff)
grep-regex-0.1.12grep-regex-0.1.12
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 5c87c3fd..7803174e 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.11" #:version
+version = "0.1.12" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.