summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:01:42 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:01:42 -0400
commit2cae30e399e7846843bec6fc6db0d5b6c12e7c4e (patch)
treeb73afa7c67998fa2c137d8a602049a16472e53d4
parent8e57989cd20379acfca28a341da61df177daca1c (diff)
grep-regex-0.1.10grep-regex-0.1.10
-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 4e2755b5..6f09cb84 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -211,7 +211,7 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.9"
+version = "0.1.10"
dependencies = [
"aho-corasick",
"bstr",
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.