summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:45:47 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:45:47 -0500
commit364772ddd27d894ae3607a8c2b2314d47108ce0f (patch)
tree788a2bff494657089e11a41cc35ad4b7909fae69
parent2e207833bc3844e30f9bbd02f8dd193f26c8b54f (diff)
globset-0.4.10globset-0.4.10
-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 6479642b..742451ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -137,7 +137,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
-version = "0.4.9"
+version = "0.4.10"
dependencies = [
"aho-corasick",
"bstr",
diff --git a/crates/globset/Cargo.toml b/crates/globset/Cargo.toml
index aecef29c..04d65975 100644
--- a/crates/globset/Cargo.toml
+++ b/crates/globset/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "globset"
-version = "0.4.9" #:version
+version = "0.4.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the