You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: