Skip to content
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

Yank breaking versions with "*" deps #508

Open
kornelski opened this issue Dec 7, 2019 · 3 comments
Open

Yank breaking versions with "*" deps #508

kornelski opened this issue Dec 7, 2019 · 3 comments

Comments

@kornelski
Copy link

kornelski commented Dec 7, 2019

Some old versions of gl_generator have dependencies specified with "*" version requirement (rust-xml = "*", xml-rs = "*", khronos_api = "*", gl_common = "*", etc.).

Crates with such vague dependency versions became unusable, because * allows picking too-new semver-incompatible dependencies.
It also breaks Cargo's minimal-versions feature, because * requirement allows picking very very old dependencies
that aren't compatible with Rust 1.0.

Because these old versions of gl_generator are unusable and cause problems for Cargo, I suggest yanking them:

cargo yank --vers 0.0.1
cargo yank --vers 0.0.2
cargo yank --vers 0.0.3
@kornelski
Copy link
Author

Same for gl:

cargo yank --vers 0.0.1

@brendanzab
Copy link
Owner

In that case I'm guessing the entire gl_generator ^0.0.1 series should be yanked up to and including gl_generator 0.0.28, seeing as they also depend on * versions of xml-rs and libc?

@kornelski
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants