inflation / jpegxl-rs

GNU General Public License v3.0
62 stars 12 forks source link

MSRV should at least be 1.76 #59

Closed sophie-h closed 5 months ago

sophie-h commented 5 months ago
registry/src/index.crates.io-6f17d22bba15001f/jpegxl-rs-0.10.3+libjxl-0.10.2/src/memory.rs:42:21
3040   |
304142 |             opaque: std::ptr::from_ref::<Self>(self).cast_mut().cast(),
3042   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
3043   |
3044   = note: see issue #106116 <https://github.com/rust-lang/rust/issues/106116> for more information

Maybe you can add a CI job with the current MSRV

inflation commented 5 months ago

There is one in CI already. The master branch is correctly tested against 1.74.

sophie-h commented 5 months ago

Ah, okay, so it is 1.74 again in main now, but there hasn't been a release. Missed that.