Skip to content

Commit 0afe927

Browse files
committed
fix dependency declaration of gix-tempfile in gix-diff
1 parent 4454c9d commit 0afe927

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gix-worktree = { version = "^0.28.0", path = "../gix-worktree", default-features
3030
gix-command = { version = "^0.3.0", path = "../gix-command", optional = true }
3131
gix-path = { version = "^0.10.1", path = "../gix-path", optional = true }
3232
gix-fs = { version = "^0.8.1", path = "../gix-fs", optional = true }
33-
gix-tempfile = { version = "11.0.0", optional = true }
33+
gix-tempfile = { version = "11.0.0", path = "../gix-tempfile", optional = true }
3434
gix-trace = { version = "^0.1.4", path = "../gix-trace", optional = true }
3535

3636
thiserror = "1.0.32"

0 commit comments

Comments
 (0)