summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-11-23 10:25:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-11-23 10:25:33 -0500
commita6d05475fb353c756e88f605fd5366a67943e591 (patch)
tree32f85874f5915c6455f9082f7596eb6656bdf05c
parent020c5453a5880257c87949030550d24c596f5c8d (diff)
ignore-0.4.17ignore-0.4.17
-rw-r--r--Cargo.lock2
-rw-r--r--crates/ignore/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4c173162..dae095bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -273,7 +273,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.16"
+version = "0.4.17"
dependencies = [
"crossbeam-channel",
"crossbeam-utils",
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml
index 1baecd08..8291b057 100644
--- a/crates/ignore/Cargo.toml
+++ b/crates/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.16" #:version
+version = "0.4.17" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`