summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-07-18 13:25:23 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-07-18 13:25:23 -0400
commit304a60e8e9d4b2a42dc3dfb1ba4cef6d7bf92515 (patch)
tree4d746acabba3e6d07cb1c8c938c100e846c06bd0
parent1d35859861fa4710cee94cf0e0b2e114b152b946 (diff)
grep-cli-0.1.9grep-cli-0.1.9
-rw-r--r--Cargo.lock2
-rw-r--r--crates/cli/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 094925b0..d1bb6d43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -148,7 +148,7 @@ dependencies = [
[[package]]
name = "grep-cli"
-version = "0.1.8"
+version = "0.1.9"
dependencies = [
"bstr",
"globset",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 3003184e..5226b762 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-cli"
-version = "0.1.8" #:version
+version = "0.1.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Utilities for search oriented command line applications.