From 709ca91f503e4cef777352f2abafaa421d02668b Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 1 Aug 2019 17:48:37 -0400 Subject: ignore: release 0.4.9 --- Cargo.lock | 4 ++-- ignore/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89a8fe46..93423b51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.8" +version = "0.4.9" dependencies = [ "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.4", @@ -459,7 +459,7 @@ dependencies = [ "bstr 0.2.6 (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.4", - "ignore 0.4.8", + "ignore 0.4.9", "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.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/ignore/Cargo.toml b/ignore/Cargo.toml index ef7d6b30..984d722b 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ignore" -version = "0.4.8" #:version +version = "0.4.9" #:version authors = ["Andrew Gallant "] description = """ A fast library for efficiently matching ignore files such as `.gitignore` -- cgit v1.2.3