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

Work around compile errors due to bitflags 2.3.0 #26

Merged
merged 2 commits into from
May 17, 2023

Commits on May 17, 2023

  1. Work around regression due to bitflags 2.3.0

    It looks like bitflags 2.3.0 rearranged some internal details and that
    caused `Self` within bitflag constants to no longer refer to the
    top-level struct.
    
    I have reported the issue upstream in
    bitflags/bitflags#353
    Phantomical committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3aa9867 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Phantomical committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c7cae21 View commit details
    Browse the repository at this point in the history