summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:12:49 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:12:49 -0500
commitca60fef4dbb090523d3e59c69a74394aead962ae (patch)
tree6a3eede89136860e606ac287cf6aeea5fdcf56d9
parenta25307d6c838b9770175dceb0c67b752ecbb2190 (diff)
grep-0.2.11grep-0.2.11
-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 b60cb5a8..2eb20493 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.10"
+version = "0.2.11"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 2b13f9e8..5a70b4f9 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.10" #:version
+version = "0.2.11" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.