rust-lang / rust-bindgen

Automatically generates Rust FFI bindings to C (and some C++) libraries.
https://rust-lang.github.io/rust-bindgen/
BSD 3-Clause "New" or "Revised" License
4.23k stars 679 forks source link

ci: Use `dtolnay/rust-toolchain`, not `actions-rs` #2861

Closed waywardmonkeys closed 2 days ago

waywardmonkeys commented 2 days ago

The actions-rs actions are not maintained (and haven't been for a long time). Some tests used dtolnay/rust-toolchain, so use it consistently.