Skip to content

Commit f692809

Browse files
committed
fix gix-status dev dependencies - can't use versions
1 parent 8a60d5b commit f692809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-status/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gix-fs = { path = "../../gix-fs" }
2424
gix-hash = { path = "../../gix-hash" }
2525
gix-object = { path = "../../gix-object" }
2626
gix-features = { path = "../../gix-features" }
27-
gix-pathspec = { version = "0.2.0", path = "../../gix-pathspec" }
27+
gix-pathspec = { path = "../../gix-pathspec" }
2828
filetime = "0.2.15"
2929
bstr = { version = "1.3.0", default-features = false }
3030

0 commit comments

Comments
 (0)