briansmith / ring

Safe, fast, small crypto using Rust
Other
3.64k stars 683 forks source link

Update MSRV to 1.63.0. #2037

Closed briansmith closed 2 months ago

briansmith commented 2 months ago

cc-rs 1.0.x increased its MSRV to 1.63.0, so do likewise, as the extra effort (mainly in ci.yml) to keep supporting 1.61.0 by using an older version of cc-rs isn't justified.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 96.49%. Comparing base (7bc7672) to head (391445f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2037 +/- ## ========================================== + Coverage 96.26% 96.49% +0.23% ========================================== Files 140 138 -2 Lines 20401 16606 -3795 Branches 226 226 ========================================== - Hits 19639 16024 -3615 + Misses 728 548 -180 Partials 34 34 ```

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