Skip to content
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

Update Rust crate bitfield to 0.19 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Type Update Change
bitfield dependencies minor 0.16 -> 0.19

Release Notes

dzamlo/rust-bitfield (bitfield)

v0.19.0

Compare Source

Fixed
  • Allow to specify an array of bools.
Breaking Changes
  • If the type of an array field is exactly bool, then the Bit/BitMut traits are used instead of
    BitRange/BitRangeMut. In some very unlikely case where the traits are implemented manually, this may break
    existing code.

v0.18.1

Compare Source

Fixed
  • Don't use __bitfield_* macros from the code generated by the proc-macros. Otherwise, they need to be imported by
    the calling code.
  • Allow mask, from and ìnto as getter names.

v0.18.0

Compare Source

Fixed
  • With the new proc macro implementation some corner-cases that were not handled are now handled correctly.
Breaking Changes
  • The syntax to create a constructor by specifying individual fields has been removed.
  • Some syntax that was supposed to be internal and implementation details are now rejected.

v0.17.0

Compare Source

Breaking Changes
  • Changes published as 0.16.2 (version now yanked) was breaking

v0.16.2

Compare Source

Added
  • Allow creating bitfield structs with arbitrary visibilities, thanks to @​ADSteele916

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/bitfield-0.x branch from 76aae93 to 2937848 Compare January 27, 2025 18:10
@renovate renovate bot changed the title Update Rust crate bitfield to 0.17 Update Rust crate bitfield to 0.18 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/bitfield-0.x branch from 2937848 to dda8943 Compare February 23, 2025 22:23
@renovate renovate bot changed the title Update Rust crate bitfield to 0.18 Update Rust crate bitfield to 0.19 Feb 23, 2025
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.

0 participants