summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-27 21:36:54 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-27 21:36:54 -0500
commit0096c74c1195956e893535f1f2919068daef1c2c (patch)
tree5c6b4d6e67b4f52372e767086e29316b444a6c73
parent8c48355b03ee514f4962d2c038a1be9704125c75 (diff)
grep-0.3.1grep-0.3.1
-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 3c1461d5..c5591cdc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -134,7 +134,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index d4eac4c9..48369c86 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.3.0" #:version
+version = "0.3.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.