summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:05:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:05:46 -0400
commit33b81cac48a9716f76351e9d922b88f2c940c140 (patch)
tree72d17a2dd4a1dc9ca0763945ed27ec00c632d9bf /crates
parent6a13a4f64dc7648e15a914b470f0aaae0fc3f6f0 (diff)
grep-searcher-0.1.10grep-searcher-0.1.10
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 5d0def49..3fd719d8 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.1.9" #:version
+version = "0.1.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.