-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo nightly does not resolve nuklear-sys #3214
Comments
Just checked the previous nuklear-rust version, 0.1.3, it is built fine with today's nightly. The main difference is in the nested project versioning. I've synced the nuklear-sys version to the one of C nuklear (0.1.4 -> 1.156.0), while the general project's one only minor-incremented (0.1.4 -> 0.1.5). |
This... is a fascinating regression. Caused by #3123 accidentally it turns out the index contains a version requirement from nuklear-rust to nuklear-sys with |
Unfortunately historical Cargo bugs have made it such that the index sometimes differs from the actual crate we download. Let's respect the index, however, which should be our source of truth. Closes rust-lang#3214
Ignore summaries in downloaded crates Unfortunately historical Cargo bugs have made it such that the index sometimes differs from the actual crate we download. Let's respect the index, however, which should be our source of truth. Closes #3214
Unfortunately historical Cargo bugs have made it such that the index sometimes differs from the actual crate we download. Let's respect the index, however, which should be our source of truth. Closes rust-lang#3214
Ignore summaries in downloaded crates Unfortunately historical Cargo bugs have made it such that the index sometimes differs from the actual crate we download. Let's respect the index, however, which should be our source of truth. Closes #3214
nuklear-backend-gfx 0.1.3 does not build on nightly, but does on stable. The reason seems to be that Cargo is not downloading and building nuklear-sys. Here's the output from a failed run:
And here's what happened when I used stable cargo:
cc @snuk182
The text was updated successfully, but these errors were encountered: