You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Cargo 0.8 (shipped with Rust 1.7) and earlier, version numbers that include things like -rc or -alpha can't be parsed.
Furthermore, Cargo 0.8 can't install any version of any crate that has any version number like that, even if you're not trying to use those particular versions.
I'm not sure exactly what the issue with crates.io's API is, and if it's possible to fix or not, but I think we should investigate it and see if there's a way we could change crates.io's API to allow older versions of cargo to continue to be able to install crates that happen to have some version like this.