summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:17 -0500
commit179487aaed881a2f6a808a73ed7c11996da81d60 (patch)
treeebf1cabed6a2045171a72454608d61e039d5579e
parentb407d62b6370af1e9265d93e81d3972e411a29d4 (diff)
grep-0.2.13grep-0.2.13
-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 a1c06fdb..15c1205f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -134,7 +134,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.12"
+version = "0.2.13"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index a1465457..aa082b7f 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.12" #:version
+version = "0.2.13" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.