-
Notifications
You must be signed in to change notification settings - Fork 143
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
1.3.x contains a breaking change for < 1.46.0 due to reliance on const if
#255
Comments
FYI: MSRV is documented in readme: https://github.com/bitflags/bitflags#rust-version-support
|
Yep, I've noticed the change now. afd25d3#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 I understand there is no consensus on whether changing MSRV is a breaking change theoretically, however in practice this has broken our builds. Forgive me if this comes across as passive aggressive - feel free to close the issue. |
Hi @hlb8122 👋 I probably could have also called this out in release notes better. I’ll go update them to make sure it’s clear. Our policy for |
I understand. |
In #259 I called out in the changelog that we've bumped our MSRV a bit more prominently. I can't imagine we'll need to do this again for a while, but I'll try remember to call it out the next time we do too. Thanks for calling this out everyone! |
https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
https://github.com/bitflags/bitflags/blob/main/src/lib.rs#L550-L556
The text was updated successfully, but these errors were encountered: