summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-03 16:12:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-03 16:12:08 -0400
commit0fdab0ec5eb1f0023f647b2a7b8351110b74612c (patch)
tree70b3ab330eaab72a07616f8cf1f5c6eb1e503072
parent74ec5b89328edd7f73331a971e37f71938a65328 (diff)
grep-0.1.9grep-0.1.9
-rw-r--r--Cargo.lock4
-rw-r--r--grep/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c0196498..86100719 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -115,7 +115,7 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.1.8"
+version = "0.1.9"
dependencies = [
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -244,7 +244,7 @@ dependencies = [
"encoding_rs 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs_io 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"globset 0.4.1",
- "grep 0.1.8",
+ "grep 0.1.9",
"ignore 0.4.3",
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 89480ab0..562bde1e 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.1.8" #:version
+version = "0.1.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.