rust-script
rust-script copied to clipboard
Always specify cargo toolchain
By always specifying a cargo toolchain (the +${TOOLCHAIN} option) we avoid being affected by rust-toolchain(.toml) files.
Fixes #31 (however, see that linked issue for comments about this change, and how it will break if cargo is not a rustup proxy command or a stable toolchain is not installed).