-
Notifications
You must be signed in to change notification settings - Fork 46
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
Latest cargo-credential-libsecret
breaks cargo-udeps
#228
Comments
Looks like the same bug: rust-lang/cargo#13002 (I probably should have opened this issue on the Cargo repo.) |
This fails for us in Bevy's CI too: https://github.com/bevyengine/bevy/actions/runs/6921162111/job/18826441217#step:5:537 |
It's due to the upstream issue mentioned above. TLDR they did semver breaking changes and only incremented the patch version. There is an upstream PR: rust-lang/cargo#13004 I'm wondering what to do here:
Do you think it's worth to cut a release just for this? |
IMHO, it is fine to wait for the problem to be fixed upstream. I apologize for making noise on your repo about a problem that is not yours. |
rust-lang/cargo#13004 was just merged |
rust-lang/cargo#13002 (comment) The problem as I reported it no longer applies. Closing. |
Cloning
cargo-udeps
and runningcargo update -p cargo-credential-libsecret && cargo check
produces the output below. (Right now, crates.io tells mecargo-credential-libsecret
is about three hours old.)The text was updated successfully, but these errors were encountered: