summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-29 09:14:18 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-29 09:14:18 -0400
commitc9bb78ceba1a2e270b18d9977c220f30c7d86e40 (patch)
treee7a5128c1283ad7cd95d647edd9b00fcc6772710
parent72bdde677100d8384c89da0ef1d7136dda03d1f3 (diff)
grep-cli-0.1.5grep-cli-0.1.5
-rw-r--r--Cargo.lock4
-rw-r--r--crates/cli/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 51e6f5aa..39fa24e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -144,7 +144,7 @@ dependencies = [
name = "grep"
version = "0.2.6"
dependencies = [
- "grep-cli 0.1.4",
+ "grep-cli 0.1.5",
"grep-matcher 0.1.4",
"grep-pcre2 0.1.4",
"grep-printer 0.1.5",
@@ -156,7 +156,7 @@ dependencies = [
[[package]]
name = "grep-cli"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index 809f18dd..c3f7a8e7 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-cli"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Utilities for search oriented command line applications.