CensoredUsername / dynasm-rs

A dynasm-like tool for rust.
https://censoredusername.github.io/dynasm-rs/language/index.html
Mozilla Public License 2.0
716 stars 52 forks source link

deps: Update to `bitflags` 2 from 1. #98

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 3 months ago

This has a change in behavior where calling Flags::make or Feature::make will ignore any unknown bits where before they were transparently maintained.

waywardmonkeys commented 3 months ago

This is untested as I'm unable to build and run tests. (And it is x86 only and I'm only on ARM at the moment.)

CensoredUsername commented 1 month ago

Had to fixup a conflict but it's merged! Github is sadly a bit confused.

waywardmonkeys commented 1 month ago

Thanks!