Skip to content

Commit a38b83c

Browse files
committed
Auto merge of #11609 - ehuss:libgit2-sys-pin, r=weihanglo
Temporarily pin libgit2-sys. There are some issues with the most recent libgit2-sys 0.14.2 not working on Windows (libgit2/libgit2#6453 and libgit2/libgit2#6454). Until we figure out what to do with it, this pins the release to the previous version.
2 parents b8e63ec + 198d2ee commit a38b83c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobserver = "0.1.24"
4444
lazycell = "1.2.0"
4545
libc = "0.2"
4646
log = "0.4.6"
47-
libgit2-sys = "0.14.1"
47+
# Temporarily pin libgit2-sys due to some issues with SSH not working on
48+
# Windows.
49+
libgit2-sys = "=0.14.1"
4850
memchr = "2.1.3"
4951
opener = "0.5"
5052
os_info = "3.5.0"

0 commit comments

Comments
 (0)