This project is a fork of actions-rs/toolchain.
This fork was created to assist our efforts in enabling automatic pinning of our rust toolchain using renovate and the rust-toolchain.toml file. The upstream project only has support for the first version of the rust-toolchain file which is simply the toolchain version and nothing else. actions-rs/toolchain#209 was created upstream to enable toml to be used in the rust-toolchain file as well as supporting the .toml extension.
After actions-rs/toolchain#209 is merged upstream we may safely delete this fork and revert to using the upstream action.
Following our 🔒 recommended approach this project uses oxide/master as it's main branch with the original projects master being preserved. Any changes to the project should be merged into oxide/master not master.
This project uses wei/pull to keep in sync with upstream changes. See .github/pull.yml for the relevant configuration.