summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-29 09:13:02 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-29 09:13:02 -0400
commit72bdde677100d8384c89da0ef1d7136dda03d1f3 (patch)
treee95b5d2588772828c827bbdd18a01ae0c17b65ad
parentd66712a4529811301f35d70743ba92ac91c1dd11 (diff)
ignore-0.4.16ignore-0.4.16
-rw-r--r--Cargo.lock4
-rw-r--r--crates/ignore/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2cd256af..51e6f5aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -238,7 +238,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.15"
+version = "0.4.16"
dependencies = [
"crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -404,7 +404,7 @@ dependencies = [
"bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
"grep 0.2.6",
- "ignore 0.4.15",
+ "ignore 0.4.16",
"jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml
index 0bc56de6..81fb94c3 100644
--- a/crates/ignore/Cargo.toml
+++ b/crates/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.15" #:version
+version = "0.4.16" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`