-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Installed git hash doesn't match latest even when they should. #55
Comments
I suppose this should be fixed when this cargo issue is resolved |
If we run cargo uninstall followed by an install from the git repo the issue is solved. This is how I've been temporarily fixing it, thus only using cargo update to tell me the version changed.
|
Is there a way to
IMO just uninstalling first and then trying to build the latest version is bad because if build fails, we end up with no running version on the system. |
|
The fix has made it through and is available from |
Nice! Will close when fix hits stable. |
Rust 1.28 is stable already. |
Thanks for watching out! |
I have installed
i3status-rust
from its git repo, and it hasn't had a commit in 4 days, but when I runcargo install-update -ag
it tries to update it due to it listing a different hash. This has happened with other packages install through gitThe text was updated successfully, but these errors were encountered: