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

Upgrade bitflags to from 1.2 to 2.4 #238

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Upgrade bitflags to from 1.2 to 2.4 #238

merged 2 commits into from
Nov 1, 2023

Conversation

saschanaz
Copy link
Collaborator

This should fix the Nightly failure in #235 (which is not a blocker).

Followed the migration guide of https://github.com/bitflags/bitflags/releases/tag/2.0.0. PartialEq, Eq, Debug, Clone, Copy is to match the BackendFlags requirement:

pub trait BackendFlags: Debug + Eq + PartialEq + Copy + Clone + Default {

@saschanaz saschanaz requested a review from badboy October 30, 2023 17:14
@badboy badboy enabled auto-merge (rebase) November 1, 2023 12:16
@badboy badboy merged commit b367f7c into main Nov 1, 2023
16 checks passed
@saschanaz saschanaz deleted the bitflags2 branch November 1, 2023 14:57
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