mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Upgrade to bitflags 2.x #83

Closed glandium closed 1 year ago

glandium commented 1 year ago

How did this not break locally? The addition of the #[derives] unfortunately breaks compat with 1.3... so it's not mergeable as is.

glandium commented 1 year ago

Ah... it's only appearing as a problem when running cargo test, that's why I didn't catch it locally.

glandium commented 1 year ago

Let's go with a semver compatible change first.