summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:02:24 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:02:24 -0400
commit78a35d4d436e7326c8a18565a9fb7aa0b08958b5 (patch)
tree56f73c40a2767d849f66155832f02725a16fa8a7
parenta933d0bc90b9eda9fc9c1d6923b92772efc1d341 (diff)
grep-searcher-0.1.9grep-searcher-0.1.9
-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 6f09cb84..ac663a75 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -224,7 +224,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.8"
+version = "0.1.9"
dependencies = [
"bstr",
"bytecount",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index a3ca3b19..5d0def49 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.1.8" #:version
+version = "0.1.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.