Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps modular-bitfield from 0.12.0 to 0.13.1.

Release notes

Sourced from modular-bitfield's releases.

v0.13.1

Bug fixes

  • #[repr] attributes containing lists like align(..) are now properly handled. Thanks, @​minty99! (#132)

v0.13.0

Breaking changes

  • The MSRV is now 1.76. This is not currently a hard requirement of modular-bitfield itself but is instead the path of least resistance due to changes to underlying dev-dependencies, so please open a ticket if you really need support for an even older version of Rust.
  • From<[u8; {n}]> (when conversions are guaranteed) and TryFrom<[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)
  • The BitfieldSpecifier alias, which was deprecated in v0.12, is removed.

Enhancements

  • Diagnostic messages around invalid bit counts have been improved.
  • Minor documentation improvements for the Specifier trait.

Bug fixes

  • Unnecessary brackets in the generated output which were triggering new Clippy lints in Rust 1.90+ have been fixed. (#130)
  • Unnecessary identity operations in the generated output which were triggering Clippy lints in some cases have been fixed. (#131)
Commits
  • b7c7f9d Updating metadata for 0.13.1
  • bb08b50 Properly retain repr arguments with parenthesis when re-emitting attributes
  • aaca039 Update trybuild tests for new stable compiler
  • a460120 Updating source version to 0.13.1-pre
  • 0d204e6 Updating metadata for 0.13.0
  • 33d2f73 Increase MSRV to 1.76
  • 6b22611 Update trybuild test output for newer compiler
  • fdb4985 Fix unnecessary brackets triggering clippy lint
  • 7804f1e Improve documentation for Specifier
  • 496e6d9 Try to clarify documentation of Specifier trait
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Labels

The following labels could not be found: auto-dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@richox
Copy link
Owner

richox commented Dec 10, 2025

@dependabot rebase

Bumps [modular-bitfield](https://github.com/modular-bitfield/modular-bitfield) from 0.12.0 to 0.13.1.
- [Release notes](https://github.com/modular-bitfield/modular-bitfield/releases)
- [Commits](modular-bitfield/modular-bitfield@v0.12.0...v0.13.1)

---
updated-dependencies:
- dependency-name: modular-bitfield
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/master/modular-bitfield-0.13.1 branch from bd2c137 to 91f5fd2 Compare December 10, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants