fornwall / rust-script

Run Rust files and expressions as scripts without any setup or compilation step.
https://rust-script.org
Apache License 2.0
1.27k stars 43 forks source link

Allow user to specify a specific rust toolchain #132

Open Makogan opened 5 months ago

Makogan commented 5 months ago

It would be useful if the script needs dependencies that are attached to a specific rust version for one to be able to instruct which toolchain should be used.

joseluis commented 1 day ago

Does not the -t, --toolchain <toolchain> argument do what you want?