Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSRV #34

Open
jayvdb opened this issue Aug 17, 2024 · 0 comments
Open

MSRV #34

jayvdb opened this issue Aug 17, 2024 · 0 comments

Comments

@jayvdb
Copy link

jayvdb commented Aug 17, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant