Sourced from bitflags's releases.
2.9.2
What's Changed
- Fix difference in the spec by
@KodrAus
in bitflags/bitflags#446- Fix up inaccurate docs on bitflags_match by
@KodrAus
in bitflags/bitflags#453- Remove rustc internal crate feature by
@KodrAus
in bitflags/bitflags#454- Prepare for 2.9.2 release by
@KodrAus
in bitflags/bitflags#456Full Changelog: https://github.com/bitflags/bitflags/compare/2.9.1...2.9.2
Sourced from bitflags's changelog.
2.9.2
What's Changed
- Fix difference in the spec by
@KodrAus
in bitflags/bitflags#446- Fix up inaccurate docs on bitflags_match by
@KodrAus
in bitflags/bitflags#453- Remove rustc internal crate feature by
@KodrAus
in bitflags/bitflags#454Full Changelog: https://github.com/bitflags/bitflags/compare/2.9.1...2.9.2
85b5e60
Merge pull request #456
from KodrAus/cargo/2.9.2d185ca5
remove reference to std internal features82a365f
prepare for 2.9.2 releasef1beb28
Merge pull request #454
from KodrAus/fix/rustc-dep-of-stdef247c5
update more error messagesc8e2354
update compiler errorsfe4c49d
remove rustc internal crate feature2b786c9
Merge pull request #453
from bitflags/fix/match-docs15519b0
fix up inaccurate docs on bitflags_match80684fd
Merge pull request #446
from bitflags/KodrAus-patch-1