-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
gitx-credentials fails to build #1522
Comments
nevermind, i've tracked down the bug elsewhere |
Please state the workaround - I'm experiencing this too, and I have no idea what fixed it for you. If you share, everyone can benefit. |
|
@shymega You're right, I should have stated my solution here. I was unsure if it was worth posting to a gitoxide bug tracker because this bug appeared to be more related to cargo-espflash and was fixed in patch request on their software here: esp-rs/espflash#659 , See also esp-rs/espflash#658 Here is what I did to compile a working version of cargo-espflash:
The That all being said, I think they recently released a new version of cargo-espflash on crates.io or whatever it's called, so it's not necessary to build from the master branch as @Byron says. |
Current behavior 😯
it appears that gitoxide gets pulled in as a dependency of a package I'm using called
cargo-espflash
. gix-credentials fails to build apparently due to a lack of "type annotations". Here is the error it gives me:Expected behavior 🤔
it should com
Git behavior
No response
Steps to reproduce 🕹
cargo install cargo-espflash
The text was updated successfully, but these errors were encountered: