summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-01-10 15:08:27 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-01-10 15:08:27 -0500
commit00bfcd14a6a40b79777d5d3ec29a532669e1a1b7 (patch)
tree8bb84fbb2b555a30445203ab77928239db188d9d
parentbf0ddc4675602bcf31fcb7b9be8eaad7141f9c76 (diff)
ignore-0.4.11ignore-0.4.11
-rw-r--r--Cargo.lock4
-rw-r--r--ignore/Cargo.toml2
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 <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`