Adopt the actions-rust-lang/setup-rust-toolchain action #1832
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Motivations
https://github.com/actions-rust-lang/setup-rust-toolchain
At the moment we use https://github.com/dtolnay/rust-toolchain which has less features. E.g. it misses caching, rust-toolchain file support, you can't pin the commit and there's no problem matcher.
Solution
Do two separate PRs:
actions-rust-lang/setup-rust-toolchain@v1
. No need to pin the sha because people would use any approach they prefer. Specify that any way to install the toolchain works, but that this action setup the cache, so they would need to set it up automatically with rust-cache if they use another action.The text was updated successfully, but these errors were encountered: