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 to bitflags 2.x #208

Merged
merged 1 commit into from
Jun 23, 2024

Commits on Jun 23, 2024

  1. deps: Update to bitflags 2.3+

    This also removes an old style macro_use / extern crate for
    bitflags and makes all uses use the same syntax.
    
    We change technique for creating these bitflags to one that works
    with serde and rkyv. This requires bitflags 2.3 or later.
    waywardmonkeys committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    439a1a3 View commit details
    Browse the repository at this point in the history