We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Specifying 2.0.0 works on stable, resolving to 2.0.0-pre7, but not on nightly, which says it doesn't match any versions.
2.0.0
2.0.0-pre7
Specifying 2.0.0-pre7 works on nightly, but stable fails to even parse the Cargo.toml.
Cargo.toml
Doesn't look like there's been any changes since 2.0.0-pre7. Could 2.0.0 just be released?
The text was updated successfully, but these errors were encountered:
Specifying 2.0.0 works on stable
Yep. This was a bug in Cargo. See rust-lang/cargo#2222.
I'll release 2.0.0.
Sorry, something went wrong.
Released
No branches or pull requests
Specifying
2.0.0
works on stable, resolving to2.0.0-pre7
, but not on nightly, which says it doesn't match any versions.Specifying
2.0.0-pre7
works on nightly, but stable fails to even parse theCargo.toml
.Doesn't look like there's been any changes since
2.0.0-pre7
. Could2.0.0
just be released?The text was updated successfully, but these errors were encountered: