We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364772d commit 2f484d8Copy full SHA for 2f484d8
crates/cli/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
16
[dependencies]
17
atty = "0.2.11"
18
bstr = "1.1.0"
19
-globset = { version = "0.4.9", path = "../globset" }
+globset = { version = "0.4.10", path = "../globset" }
20
lazy_static = "1.1.0"
21
log = "0.4.5"
22
regex = "1.1"
crates/ignore/Cargo.toml
@@ -20,7 +20,7 @@ bench = false
crossbeam-utils = "0.8.0"
23
24
lazy_static = "1.1"
25
26
memchr = "2.1"
0 commit comments