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

Fails to install with ascii 0.8.x being yanked from crates.io #162

Closed
gertvdijk opened this issue Sep 2, 2019 · 2 comments
Closed

Fails to install with ascii 0.8.x being yanked from crates.io #162

gertvdijk opened this issue Sep 2, 2019 · 2 comments

Comments

@gertvdijk
Copy link

gertvdijk commented Sep 2, 2019

error: failed to select a version for the requirement `ascii = "^0.8"`
  candidate versions found which didn't match: 1.0.0, 0.9.3, 0.6.0, ...
  location searched: crates.io index
required by package `tiny_http v0.6.0`

It seems that versions 0.7.0-0.9.2 of the ascii package are yanked from crates.io (wtf?), making tiny-http uninstallable at this moment.

@tomprogrammer
Copy link
Contributor

Sorry for the breakage, these versions were yanked due to an unsoundness issue tomprogrammer/rust-ascii#64. I've unyanked 0.8.7 until I publish a version 0.8.8 with a backported fix.

@gertvdijk
Copy link
Author

gertvdijk commented Apr 20, 2020

FWIW, this was fixed in commit fca82d3

Thanks, all! :)

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

3 participants