linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.52k stars 568 forks source link

Update the CI and pin the Rust toolchain version. #2398

Closed xStrom closed 7 months ago

xStrom commented 7 months ago

This PR updates the CI to bring it more in sync with the current Linebender standard.

xStrom commented 7 months ago

Unfortunately Rust 1.70 would no longer compile the workspace so I had to update to Rust 1.76. That meant also dealing with new Clippy lints. I addressed some and added a "temporary" ignore attribute to the difficult ones.