actions-rs / toolchain

🛠️ GitHub Action for `rustup` commands
https://github.com/marketplace/actions/rust-toolchain
MIT License
585 stars 86 forks source link

Support for rust-toolchain.toml #208

Closed itamarst closed 2 years ago

itamarst commented 2 years ago

Do the checklist before filing an issue:

Motivation

rust-toolchain.toml is the new improved version of rust-toolchain. It also allows specifying components: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file

Workflow example

Much like rust-toolchain is auto-detected, so should the rust-toolchain.toml file. Components should be respected as well.

Thank you!

Imberflur commented 2 years ago

Is this a duplicate of #126?

itamarst commented 2 years ago

Guess I missed it, sorry, yes.