summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:06:53 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:06:53 -0400
commit7efa2e46d3f91450113cba3880e5cd88caf3c74c (patch)
tree80a09be5ce5eb9131a61dbca364ba3e703d87aac
parentdb0b92b62d51cb6f8f1a3a1a60bdc4b4708e6346 (diff)
grep-0.2.10grep-0.2.10
-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 5962f889..4fd41885 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.9"
+version = "0.2.10"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index b871e5c0..e655573e 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.9" #:version
+version = "0.2.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.