Description of changes: Added rust-toolchain to the skeleton. I'm differentiating between rust-toolchain and rust-toolchain.toml because the former seems to be handled differently, e.g. can contain just the channel and not be actually toml, but it is kept only for backwards compatibility reasons. It is however preferred if both are present so I could just read either and otuput it as rust-toolchain?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: #231
Description of changes: Added rust-toolchain to the skeleton. I'm differentiating between
rust-toolchain
andrust-toolchain.toml
because the former seems to be handled differently, e.g. can contain just the channel and not be actually toml, but it is kept only for backwards compatibility reasons. It is however preferred if both are present so I could just read either and otuput it asrust-toolchain
?By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.