summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-12-30 08:46:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-12-30 08:46:09 -0500
commit17ef4c40f32af337c1b10c1a9fdd1df4241391b3 (patch)
tree3d59d705e02262445ed0638544f47255669101e1
parenta9e0477ea85a0bbe9ddeac609f7e48a8cc628fa3 (diff)
ignore-0.4.6ignore-0.4.6
-rw-r--r--Cargo.lock4
-rw-r--r--ignore/Cargo.toml3
2 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b52cd63c..48416304 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -256,7 +256,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.5"
+version = "0.4.6"
dependencies = [
"crossbeam-channel 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"globset 0.4.2",
@@ -523,7 +523,7 @@ version = "0.10.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grep 0.2.3",
- "ignore 0.4.5",
+ "ignore 0.4.6",
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index d8129638..cae65a6b 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.5" #:version
+version = "0.4.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`
@@ -32,7 +32,6 @@ walkdir = "2.2.5"
version = "0.1.1"
[dev-dependencies]
-# tempdir = "0.3.7"
tempfile = "3.0.5"
[features]