From 00bfcd14a6a40b79777d5d3ec29a532669e1a1b7 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 10 Jan 2020 15:08:27 -0500 Subject: ignore-0.4.11 --- Cargo.lock | 4 ++-- ignore/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df4b7157..87e44467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.10" +version = "0.4.11" dependencies = [ "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.4", @@ -393,7 +393,7 @@ dependencies = [ "bstr 0.2.8 (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.10", + "ignore 0.4.11", "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/ignore/Cargo.toml b/ignore/Cargo.toml index f17fc666..20b58016 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ignore" -version = "0.4.10" #:version +version = "0.4.11" #:version authors = ["Andrew Gallant "] description = """ A fast library for efficiently matching ignore files such as `.gitignore` -- cgit v1.2.3