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 8a60d5b commit f692809Copy full SHA for f692809
gix-status/tests/Cargo.toml
@@ -24,7 +24,7 @@ gix-fs = { path = "../../gix-fs" }
24
gix-hash = { path = "../../gix-hash" }
25
gix-object = { path = "../../gix-object" }
26
gix-features = { path = "../../gix-features" }
27
-gix-pathspec = { version = "0.2.0", path = "../../gix-pathspec" }
+gix-pathspec = { path = "../../gix-pathspec" }
28
filetime = "0.2.15"
29
bstr = { version = "1.3.0", default-features = false }
30
0 commit comments