example-helloworld icon indicating copy to clipboard operation
example-helloworld copied to clipboard

Add a rust-toolchain.toml

Open kevinheavey opened this issue 2 years ago • 1 comments

This example always breaks for people because they try to run the tests with an unsupported Rust version. If there was a rust-toolchain.toml file in src/program-rust this wouldn't be a problem

kevinheavey avatar Jul 21 '23 10:07 kevinheavey

Oh and I suppose the test:program-rust command in the package.json should also specify the Rust version (not sure if it can be made to read the rust-toolchain.toml)

kevinheavey avatar Jul 21 '23 11:07 kevinheavey