To reproduce: ```sh cargo new jpegxl-rs-test cd jpegxl-rs-test cargo add jpegxl-rs -F vendored cargo build ``` I get (cargo 1.72.0): > Compiling jpegxl-rs v0.10.3+libjxl-0.10.2 > error[E0658]: use of unstable library feature 'ptr_from_ref' > --> /home/yguyon/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpegxl-rs-0.10.3+libjxl-0.10.2/src/memory.rs:42:21 > ``` > 42 | opaque: std::ptr::from_ref::<Self>(self).cast_mut().cast(), > | ^^^^^^^^^^^^^^^^^^^^^^^^^^ > ``` > = note: see issue #106116 <https://github.com/rust-lang/rust/issues/106116> for more information Is this expected?