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