summaryrefslogtreecommitdiffstats
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
parent54d5540c10e485346150ad63e6a1fe8ad705e2f4 (diff)
grep-regex-0.1.12grep-regex-0.1.12
-rw-r--r--Cargo.lock2
-rw-r--r--crates/regex/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1d075215..85000f26 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -191,7 +191,7 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.11"
+version = "0.1.12"
dependencies = [
"bstr",
"grep-matcher",
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.