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

Building error #1

Closed
sylvainpelissier opened this issue Dec 3, 2023 · 1 comment
Closed

Building error #1

sylvainpelissier opened this issue Dec 3, 2023 · 1 comment

Comments

@sylvainpelissier
Copy link
Contributor

I have the following error while building the project:

$ cargo build
   Compiling luks2 v0.5.0 (/home/user/luks2)
error[E0599]: no method named `skip_fixed_array_length` found for struct `Configuration` in the current scope
   --> src/lib.rs:101:93
    |
101 |         let options = bincode::config::legacy().with_big_endian().with_fixed_int_encoding().skip_fixed_array_length();
    |                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `Configuration<BigEndian, Fixint>`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `luks2` (lib) due to previous error
@oberien
Copy link
Owner

oberien commented Dec 8, 2023

Fixed in #2

@oberien oberien closed this as completed Dec 8, 2023
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

2 participants