summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:02:55 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:02:55 -0500
commit81529288cfdbb88c3d1e6d4892d30201b956e033 (patch)
treedcdfe72d8bcb7ffb0097327126a5acac2ac09c94
parentbcc7473a87502949c700c546c5afeeba7f40e2ab (diff)
grep-regex-0.1.11grep-regex-0.1.11
-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 3d96dba2..efd98def 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -211,7 +211,7 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.10"
+version = "0.1.11"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml
index 617912c2..64157cf6 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.10" #:version
+version = "0.1.11" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.