summaryrefslogtreecommitdiffstats
path: root/crates
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 /crates
parent3941a7701d4a691075d6aa3d9450aed9709052df (diff)
grep-searcher-0.1.11grep-searcher-0.1.11
Diffstat (limited to 'crates')
-rw-r--r--crates/searcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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.