Skip to content

Commit a7f9441

Browse files
committed
fix gix-filter dev-dependencies
The used a version, which breaks publishing.
1 parent 68ae3ff commit a7f9441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ smallvec = "1.10.0"
3030
[dev-dependencies]
3131
once_cell = "1.18.0"
3232
gix-testtools = { path = "../tests/tools" }
33-
gix-worktree = { version = "^0.22.0", path = "../gix-worktree" }
33+
gix-worktree = { path = "../gix-worktree" }

0 commit comments

Comments
 (0)