rust-embedded / rust-sysfs-gpio

A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)
Apache License 2.0
383 stars 45 forks source link

CI update + update MSRV to 1.65.0 #79

Closed nastevens closed 5 months ago

nastevens commented 5 months ago

This gets CI back into a working state. However, while making these updates I noticed that https://github.com/actions-rs is no longer maintained and it throws a ton of warnings. I'm opening this PR so we can unblock #77 and will open separate issues to migrate repos using actions-rs over to https://github.com/dtolnay/rust-toolchain.

nastevens commented 5 months ago

Fixes #78

nastevens commented 5 months ago

See https://github.com/rust-embedded/wg/issues/754 tracking the actions-rs deprecation across the R-E org.