summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-05-16 13:12:45 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-05-16 13:12:45 -0400
commite593f5b7ee314005f51be9124e4ee52d06eaa17a (patch)
tree1abef99db5cb8146c637e4c4dbbfc0db6d51f0a3
parent6b19be24776db74dd2df0bdbd5f199a8cd9964ce (diff)
grep-0.2.12grep-0.2.12
-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 b7bb8aed..1feed3c1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -152,7 +152,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.11"
+version = "0.2.12"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 5a70b4f9..fceddba2 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.11" #:version
+version = "0.2.12" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.