Skip to content

Commit 6dadfb7

Browse files
committed
use most recent git version of gitoxide for now (#16)
1 parent ebacafd commit 6dadfb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ features = ["https"]
2525

2626
[dev-dependencies]
2727
git-testtools = "0.8.0"
28-
git-repository = "0.22.1"
28+
# git-repository = "0.22.1"
29+
git-repository = { version = "0.22.1", git = "https://github.com/Byron/gitoxide", branch = "for-crates-index-diff" }
2930
tempdir = "0.3.5"
3031
serial_test = "0.6.0"

0 commit comments

Comments
 (0)