summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:07:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:07:09 -0500
commit120e55e7c7502c843c8548f1d694ebdf72fc114c (patch)
treee4f9029c982a5266ae784a721a49430b57259a6a
parent3941a7701d4a691075d6aa3d9450aed9709052df (diff)
grep-searcher-0.1.11grep-searcher-0.1.11
-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 83e655ba..d435a160 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -224,7 +224,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.10"
+version = "0.1.11"
dependencies = [
"bstr",
"bytecount",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index 37360375..46653b36 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.1.10" #:version
+version = "0.1.11" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.