summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:03:06 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:03:06 -0400
commitb13d835d95ef86e38d9d2908c954a337f91669e0 (patch)
treeaa806241db9741c1c3bafebbaa59bf616d133cd8
parentd53506b7f7b20100af1de0ee86aff8ee205b4fff (diff)
grep-0.2.9grep-0.2.9
-rw-r--r--Cargo.lock2
-rw-r--r--crates/grep/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ac663a75..2a0d7b08 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.8"
+version = "0.2.9"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 61adbc25..d1ec5423 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.8" #:version
+version = "0.2.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.