Skip to content

Commit 437e22e

Browse files
committed
add version to dev dependency
1 parent 2538388 commit 437e22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git2-curl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ civet = "0.11"
2323
conduit = "0.8"
2424
conduit-git-http-backend = "0.8"
2525
tempfile = "3.0"
26-
libgit2-sys = { path = "../libgit2-sys"}
26+
libgit2-sys = { path = "../libgit2-sys", version = "0.7.11" }
2727

2828
[[test]]
2929
name = "all"

0 commit comments

Comments
 (0)