I found it misleading that `rust-toolchain@master` is invoked directly in the README. It should be accompanied by: ```yaml with: toolchain: stable ``` Or maybe using `rust-toolchain@stable` is a better choice? Thanks!
I found it misleading that
rust-toolchain@masteris invoked directly in the README. It should be accompanied by:Or maybe using
rust-toolchain@stableis a better choice? Thanks!