summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:17:26 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:17:26 -0500
commit9bd1e737bcd19471d8837bec9c34143fdfa61fb2 (patch)
treee47be38fc585be716e15d5023bb0458e3a9414a0
parentc12231c6219cf86724c885c8d204b77996d76fe3 (diff)
grep-searcher-0.1.12grep-searcher-0.1.12
-rw-r--r--Cargo.lock2
-rw-r--r--crates/searcher/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1233d156..a1c06fdb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -202,7 +202,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.11"
+version = "0.1.12"
dependencies = [
"bstr",
"encoding_rs",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index ff194f80..1adbafc2 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.1.11" #:version
+version = "0.1.12" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.