Update Rust crate modular-bitfield to 0.13.0 #291
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.2→0.13.0Release Notes
modular-bitfield/modular-bitfield (modular-bitfield)
v0.13.1Compare Source
Bug fixes
#[repr]attributes containing lists likealign(..)are now properly handled. Thanks, @minty99! (#132)v0.13.0Compare Source
Breaking changes
From<[u8; {n}]>(when conversions are guaranteed) andTryFrom<[u8; {n}]>traits are now automatically derived by#[bitfield]. This will conflict with any manual implementations of the same trait, but you wrote those implementations to do this thing anyway, right? (#120)BitfieldSpecifieralias, which was deprecated in v0.12, is removed.Enhancements
Specifiertrait.Bug fixes
v0.12.0Compare Source
Breaking changes
InvalidBitPattern::invalid_bytesfield is now private. Use theInvalidBitPattern::invalid_bytes()method to access the invalid bytes (andInvalidBitPattern::new()to create new errors).Deprecations
#[derive(BitfieldSpecifier)]has been renamed to#[derive(Specifier)]because it derives theSpecifiertrait. The deprecated alias will be removed in the next release of modular-bitfield.Enhancements
#[must_use]. (#79)#[bitfield]. (#87)Bug fixes
#[derive(Specifier)]. (#82)#[bitfield]on an empty struct now emits an appropriate diagnostic instead of causing a compile-time arithmetic error. (#104)Debug, tuple-like structs are now formatted normally instead of like structs with numeric fields.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.