summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:55:46 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:55:46 -0500
commita0e8dbe9df412f68f9b3a64c2f18fba4f8a2147a (patch)
tree948212eb436582085ec64caba43ce1e383b3130a
parente95254a86f484eec663be4714924d91d3cf39cb8 (diff)
ignore-0.4.19ignore-0.4.19
-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 1b7828a0..fa08aa13 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -248,7 +248,7 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.18"
+version = "0.4.19"
dependencies = [
"crossbeam-channel",
"globset",
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml
index e9ec0c3c..800b5be8 100644
--- a/crates/ignore/Cargo.toml
+++ b/crates/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.18" #:version
+version = "0.4.19" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`