summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:03:56 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:03:56 -0400
commit7f3fd6f7cee10bc4089a0fdc43a410be4ad21447 (patch)
treea2209050c23b5f2ed96b0b6d052f27c1933f2c25
parent6331a7ac189d11c81470020cac1da01b65ab037c (diff)
grep-regex-0.1.9grep-regex-0.1.9
-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 ec66849c..8c03b690 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,7 +217,7 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.8"
+version = "0.1.9"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml
index 1551d8da..96374ec3 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.8" #:version
+version = "0.1.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.