summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-27 21:34:58 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:34:58 -0500
commita5cbdb3dfe938a0fbe6f8e46f85f73eed0b2cd5e (patch)
treeaa00b57af8bcd66e9f99de39576056efe29bb909
parentb6bac8484e5466d332640c4022951061bb865329 (diff)
grep-searcher-0.1.13grep-searcher-0.1.13
-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 5a5c0a99..34f80d05 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -202,7 +202,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.12"
+version = "0.1.13"
dependencies = [
"bstr",
"encoding_rs",
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index 1adbafc2..eeb805d3 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.1.12" #:version
+version = "0.1.13" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.