summaryrefslogtreecommitdiffstats
path: root/crates
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 /crates
parenta933d0bc90b9eda9fc9c1d6923b92772efc1d341 (diff)
grep-searcher-0.1.9grep-searcher-0.1.9
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 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.