Skip to content

Yank all broken versions from crates.io #36

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

Closed
klausi opened this issue Apr 1, 2018 · 1 comment
Closed

Yank all broken versions from crates.io #36

klausi opened this issue Apr 1, 2018 · 1 comment

Comments

@klausi
Copy link

klausi commented Apr 1, 2018

https://crates.io/crates/libz-sys contains quite a few versions that do not compile with recent Rust versions, they should be yanked.

  • 0.0.1:
error: expected identifier, found `"pkg-config"`
 --> /home/klausi/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-0.0.1/src/build.rs:1:14
  |
1 | extern crate "pkg-config" as pkg_config;
  |              ^^^^^^^^^^^^ expected identifier

error: aborting due to previous error

error: Could not compile `libz-sys`.
  • 0.1.0

0.1.1 does not compile because pkg-config v0.3.0 does not compile, so we probably also need to yank broken versions there.

@alexcrichton
Copy link
Member

Thanks for the report! I commented over on the Cargo PR though in that I don't think this is quite the right solution, so I'm going to close this.

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