-
-
Notifications
You must be signed in to change notification settings - Fork 608
Installation fails when compiling asyncgit #2578
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
Comments
Hi @pearcebasmanm. Thanks for this report. Please install using
Have fun using gitui and feel free to provide feedback in case this didn't resolve the issue. :) |
Thank you, that was the problem! |
I have the same issue with my own software, where I use asyncgit only (not gitui). |
@hoijui: The issue is git2 upgrading from 0.20.0 to 0.20.1, a patch upgrade which (unexpectedly) changed an API. It'd probably be easiest if you would just lock git2 to 0.20.0 in your project, if you can, until a new gitui release is available:
|
Also, as this affects consumers of asyncgit, let me leave a note here as to why I directly closed this: The API change has already been digested in master (#2567). |
Thank you @naseschwarz ! |
Good to hear, thanks for the feedback! |
gitui-org/gitui#2578 cargo update git2 --precise 0.20.0
Describe the bug
gitui installation fails on compiling asyncgit v0.27.0
To Reproduce
On the terminal, with an up-to-date version of cargo, run
cargo install
. This also happens withcargo install-update gitui
andcargo install-update -a
.Expected behavior
An error-free installation or updating of gitui
Error (middle part cut out)
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: