-
Notifications
You must be signed in to change notification settings - Fork 955
x.y is not a valid version for toolchain install #554
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
Comments
As with some other features, this will require an index of all releases on the server to make work. A related issue is that rustup doesn't ever do any fuzzy matching on semver - all versions are exact. This will become an important matter when Rust makes its first stable point release. There will probably be a reasonable expectation that rustup upgrades from X.Y.0 to X.Y.1 automatically. |
Also, it's worth noting that the semver spec is a bit murky around |
Versions must be x.y.z, see rust-lang/rustup#554
Dupe of #794 |
took me a while to figure out I need version in x.y.z format.
The text was updated successfully, but these errors were encountered: