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

deps: Update bitflags and memoffset #28

Merged
merged 3 commits into from Jun 13, 2023

Conversation

poliorcetics
Copy link
Contributor

This should not update MSRV

poliorcetics and others added 3 commits June 12, 2023 11:40
bitflags 2.x does not implement `Debug` automatically anymore.
Docs suggest using `derive`: https://github.com/bitflags/bitflags/blob/395736882672dcfaaf764817af70a9db209f8003/README.md#example

However, the implementation we get via `derive` now prepends the struct name.
This is not the case for the suggested `Display` implementation, which is why my ntfs-shell example now uses `Display` for the file attribute flags.
@ColinFinck
Copy link
Owner

Thanks for taking care of this! I had to add a few things due to changes in bitflags 2.x, but overall, this can be merged now.

@ColinFinck ColinFinck merged commit a490444 into ColinFinck:master Jun 13, 2023
1 check passed
@poliorcetics poliorcetics deleted the dep-update branch June 13, 2023 12:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants