rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Switch the action for installing rust #251

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

The actions-rs/toolchain action is no longer maintained and is generating several deprecation warnings. This switches to dtolnay/rust-toolchain, which should be more reliable.