summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-22 21:08:37 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-22 21:08:37 -0400
commit67c0f576b6e1197c3cf80fe5d53cfd8326cf1d56 (patch)
tree0325cb96ded599d48f86c24126bcc163a95dfa6d
parent543f99dbf16c3a60f9c304f55923c0238d3acbe2 (diff)
ignore-0.4.13ignore-0.4.13
-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 54bad3c7..4da2fb0f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -238,7 +238,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.12"
+version = "0.4.13"
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.12",
+ "ignore 0.4.13",
"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 e0c924e0..215b76c4 100644
--- a/crates/ignore/Cargo.toml
+++ b/crates/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.12" #:version
+version = "0.4.13" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`