briansmith / ring

Safe, fast, small crypto using Rust
Other
3.7k stars 698 forks source link

CI: Avoid actions-rs/toolchain when we only need to use stable Rust. #1837

Closed briansmith closed 9 months ago

briansmith commented 9 months ago

GitHub Actions runners already have rustup with the stable toolchain installed, apparently. actions-rs is going away and we don't want to keep maintaining a fork with an unsupported upstream, so start the process of dropping it.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (464d367) 96.01% compared to head (1cd019e) 96.01%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1837 +/- ## ======================================= Coverage 96.01% 96.01% ======================================= Files 136 136 Lines 20687 20687 Branches 226 226 ======================================= Hits 19863 19863 Misses 791 791 Partials 33 33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.