inflation / jpegxl-rs

GNU General Public License v3.0
56 stars 11 forks source link

Remove usage of std::ptr::from_{ref, mut}. #50

Closed veluca93 closed 3 months ago

veluca93 commented 4 months ago

This feature was only stabilized in rust 1.76, which resulted in bumping up the MSRV significantly with the 0.10.3 update.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.59%. Comparing base (78bd163) to head (40ad30c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #50 +/- ## ======================================= Coverage 96.58% 96.59% ======================================= Files 15 15 Lines 879 881 +2 ======================================= + Hits 849 851 +2 Misses 30 30 ```

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

veluca93 commented 3 months ago

Friendly ping @inflation :-)

inflation commented 3 months ago

Set the MSRV to 1.74 in #56