Skip to content

Commit 198d2ee

Browse files
committed
Temporarily pin libgit2-sys.
1 parent 7e2a3c2 commit 198d2ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
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)