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
It would be nice for those working with particular snapshots of nightly if it would be possible to fix the toolchain in the Cargo.toml file, e.g., something like:
[toolchain]
channel = nightly
date = 2016-11-13
host = x86_64-apple-darwin
and if cargo would use rustup to get the appropriate toolchain.
The text was updated successfully, but these errors were encountered:
The tl;dr; is that I don't think this'd be too useful to add to Cargo right now. Cargo doesn't manage toolchains, so it'd basically ignore this configuration most of the time.
It would be nice for those working with particular snapshots of nightly if it would be possible to fix the toolchain in the Cargo.toml file, e.g., something like:
and if cargo would use
rustup
to get the appropriate toolchain.The text was updated successfully, but these errors were encountered: