-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[beta] Update the libgit2-sys
crate
#54443
Conversation
This commit is an attempt to fix an issue [1] in the latest betas for MinGW where it appears that `libgit2` is no longer functional and always returns errors. The attempted fix [2] has been published as a new version of `libgit2-sys`, so this updates the beta branch to using that commit to get it out and see if it fixes beta. [1]: rust-lang#54206 (comment) [2]: alexcrichton/git2-rs@9c1604e
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ p=1 |
📌 Commit 25d35dc has been approved by |
@bors: p=3 (fixing broken betas for all MinGW users) |
PR for nightly is missing? |
Thanks for checking! Nightly is rolled into #54334 |
[beta] Update the `libgit2-sys` crate This commit is an attempt to fix an issue [1] in the latest betas for MinGW where it appears that `libgit2` is no longer functional and always returns errors. The attempted fix [2] has been published as a new version of `libgit2-sys`, so this updates the beta branch to using that commit to get it out and see if it fixes beta. [1]: #54206 (comment) [2]: alexcrichton/git2-rs@9c1604e
☀️ Test successful - status-appveyor, status-travis |
This commit is an attempt to fix an issue 1 in the latest betas for
MinGW where it appears that
libgit2
is no longer functional and alwaysreturns errors. The attempted fix 2 has been published as a new
version of
libgit2-sys
, so this updates the beta branch to using thatcommit to get it out and see if it fixes beta.