ntfs icon indicating copy to clipboard operation
ntfs copied to clipboard

MSRV

Open jayvdb opened this issue 6 months ago • 0 comments

The specified MSRV of 1.60 might have once worked, and might still be possible by pinning some deps to older versions. I found 1.66.0 works without modification.

ntfs> cargo +1.65.0 build
   Compiling binrw v0.12.0
error[E0658]: use of unstable library feature 'mixed_integer_ops'
   --> /home/jayvdb/.cargo/registry/src/github.com-1ecc6299db9ec823/binrw-0.12.0/src/file_ptr.rs:457:57
    |
457 |                         if let Some(new_pos) = base_pos.checked_add_signed(offset) {
    |                                                         ^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #87840 <https://github.com/rust-lang/rust/issues/87840> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `binrw` due to previous error

jayvdb avatar Aug 17 '24 10:08 jayvdb