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

Update to bitflags 2.1.0 #973

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Jul 28, 2023

This upgrades this project to use bitflags 2.1.0 which includes some ergonomic improvements for working with bit flags including iterators over name and values of the bit flag members. Change derives Debug and PartialEq for types so that we can display values for debugging and compare them.

This is a repost of #952. I was unable to merge because the source repo was archived.

@ehuss ehuss enabled auto-merge July 28, 2023 18:15
@ehuss ehuss added this pull request to the merge queue Jul 28, 2023
Merged via the queue into rust-lang:master with commit 8868d22 Jul 28, 2023
2 of 8 checks passed
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.

2 participants