summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 07:56:56 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 07:56:56 -0400
commit5631e5c7a02513131b0e07d77a251e84b38e709a (patch)
treed29a7376d0a9a5a587fb62441b18d3822ebdfb0a
parent21644408f2816451b62c9c7da5b16119d00b6f40 (diff)
globset-0.4.7globset-0.4.7
-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 3407465f..6872b2a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -143,7 +143,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
-version = "0.4.6"
+version = "0.4.7"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml
index 6c3d6139..225d9fe8 100644
--- a/crates/globset/Cargo.toml
+++ b/crates/globset/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "globset"
-version = "0.4.6" #:version
+version = "0.4.7" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the