summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-28 11:05:27 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-28 11:05:27 -0400
commitd94d99f657b10d40a2f4ec0233d7b05e5c317bc6 (patch)
tree902661c3496bebc432b0bea81a212c103d813d61
parent84585908ac1bb87bbda7eed1418cf442ed6e1bd1 (diff)
ignore-0.4.3ignore-0.4.3
-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 566b0b1b..01522de7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -125,7 +125,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"globset 0.4.1",
@@ -245,7 +245,7 @@ dependencies = [
"encoding_rs_io 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"globset 0.4.1",
"grep 0.1.8",
- "ignore 0.4.2",
+ "ignore 0.4.3",
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index 07efa222..13217135 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.2" #:version
+version = "0.4.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`