rust-script icon indicating copy to clipboard operation
rust-script copied to clipboard

Always specify cargo toolchain

Open fornwall opened this issue 4 years ago • 0 comments

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).

fornwall avatar Jul 29 '21 09:07 fornwall