summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:08:32 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:08:32 -0400
commit1d53ed2744c246549f4be349310cb5a57c382d27 (patch)
tree848cb0b9beb99eeb79813e17837af0dd39214c61
parent29696d1455afd7686a14671ed6314275c60961bd (diff)
grep-0.2.8grep-0.2.8
-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 573c7b94..0287c174 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"grep-cli",
"grep-matcher",
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index 3a236d72..714c36d5 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.7" #:version
+version = "0.2.8" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.