Closed y-guyon closed 4 months ago
https://doc.rust-lang.org/std/ptr/fn.from_ref.html indicates "Stable since Rust version 1.76.0, const since 1.76.0". So I guess I cannot use jpegxl-rs with my version of cargo.
Current MSRV is set to 1.74 after someone else pointed this out.
Indeed: https://github.com/inflation/jpegxl-rs/issues/59
I wonder if there is some setting that could warn users that their Rust version is below [workspace.package]
's rust-version
.
Indeed: #59
I wonder if there is some setting that could warn users that their Rust version is below
[workspace.package]
'srust-version
.
Cargo is working on this
To reproduce:
I get (cargo 1.72.0):
Is this expected?