Closed
Description
#1172 allows us to create a rust-toolchain
file and specify a version of the toolchain to be used in the current directory. But I can't seem to find a way to install the specified version automatically.
Now I do cat rust-toolchain | xargs rustup install
, but it would be nice to have a command like rustup install rust-toolchain
or maybe simply rustup install
(fail if the file is not present).
Thoughts? @brson
Metadata
Metadata
Assignees
Labels
No labels