Is it possible to configure in some configuration file default version of Rust for some project? The issue is that I have found Substrate framework and work on some project and required version of Rust is like below:
rustup install nightly-2020-06-27
rustup target add wasm32-unknown-unknown --toolchain nightly-2020-06-27
Is it possible to configure in a project in that way that new developer while installation Rust and/or dependencies will install by default required version?