summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-10-21 21:10:43 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-10-21 21:10:43 -0400
commitc777e2cd5766128e11f7fd5dffd79e1ba8a753fb (patch)
tree68cbe6c62e02f7181fce9b96f58c172ec71b0181
parente5639cf22d138d86b04f1097f42e0f9e13438aa5 (diff)
globset-0.4.6globset-0.4.6
-rw-r--r--Cargo.lock2
-rw-r--r--crates/globset/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 396006ef..f8ab8140 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -148,7 +148,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
-version = "0.4.5"
+version = "0.4.6"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml
index d00b124f..89e2fa36 100644
--- a/crates/globset/Cargo.toml
+++ b/crates/globset/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "globset"
-version = "0.4.5" #:version
+version = "0.4.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the