Skip to content

Commit

Permalink
Auto merge of rust-lang#11609 - ehuss:libgit2-sys-pin, r=weihanglo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors authored and weihanglo committed Jan 30, 2023
1 parent f19479a commit 5bd7a2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobserver = "0.1.24"
lazycell = "1.2.0"
libc = "0.2"
log = "0.4.6"
libgit2-sys = "0.14.1"
# Temporarily pin libgit2-sys due to some issues with SSH not working on
# Windows.
libgit2-sys = "=0.14.1"
memchr = "2.1.3"
opener = "0.5"
os_info = "3.5.0"
Expand Down

0 comments on commit 5bd7a2c

Please sign in to comment.