atsams-rs / atsamx7x-rust

Rust HAL, PACs, and examples for the Microship SAM E70/S70/V70/V71
Apache License 2.0
25 stars 11 forks source link

Remove `rust-toolchain.toml` and control MSRV from CI instead #60

Closed martinmortsell closed 1 year ago

martinmortsell commented 1 year ago

Resolves #57

This was the simplest solution I could find. There's a repository called actions-rs that can be used for toolchain management in Github CI (among other things, I'm sure). However, looking into that would take more time than I'm looking to spend right now.

We should also consider adding stable to the CI process as well. Currently we have some warnings that are emitted on stable that are not present on 1.63.0.

martinmortsell commented 1 year ago

Right. rustfmt and clippy never get installed now.

One moment.