Skip to content

Update Rust crate bitfield to 0.19#17

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bitfield-0.x
Open

Update Rust crate bitfield to 0.19#17
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bitfield-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Type Update Change
bitfield dependencies minor 0.160.19

Release Notes

dzamlo/rust-bitfield (bitfield)

v0.19.4

Compare Source

Added
  • Support try_into keyword in field definition to use TryInto instead of Into
Fixed
  • Print the correct error message on incorrect use of the impl in no_std crates, thanks to @​stop5 for reporting and proposing the fix

v0.19.3

Compare Source

Added
  • In debug mode, check that msb >= lsb in the default BitRange/BitRangeMut implementations and show a more helpful
    message than before if this is the case, thanks to @​blaine-dodson for reporting
  • Mention MSB and LSB ordering in the readme
  • Explain sign extension and valid range of signed field in the readme

v0.19.2

Compare Source

Fixed
  • Allow usage of a signed int types for the base of newtype, thanks to @​FeeeeK

v0.19.1

Compare Source

Fixed
  • Allow to use impl new with #[deny(missing_docs)].

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