From 09a4b75bafe8798de2835f6a65a9bfa645bc3fce Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 29 Mar 2020 18:49:01 -0400 Subject: ignore-0.4.14 --- Cargo.lock | 4 ++-- crates/ignore/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b79dbbed..cb687667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.13" +version = "0.4.14" 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.12 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "grep 0.2.5", - "ignore 0.4.13", + "ignore 0.4.14", "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 215b76c4..f33cb3c2 100644 --- a/crates/ignore/Cargo.toml +++ b/crates/ignore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ignore" -version = "0.4.13" #:version +version = "0.4.14" #:version authors = ["Andrew Gallant "] description = """ A fast library for efficiently matching ignore files such as `.gitignore` -- cgit v1.2.3