Skip to content

chore(deps): update rust crate enumset to v1.1.10#343

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/enumset-1.x-lockfile
Open

chore(deps): update rust crate enumset to v1.1.10#343
renovate[bot] wants to merge 1 commit intomainfrom
renovate/enumset-1.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2025

This PR contains the following updates:

Package Type Update Change
enumset workspace.dependencies patch 1.1.61.1.10

Release Notes

Lymia/enumset (enumset)

v1.1.10

Compare Source

  • Improve the macro code to avoid exposing the internal repr of EnumSet as
    a public field.
  • Fixes combinations of repr and serialize_repr that previously resulted
    in errors.
  • Fixed some minor hygiene issues with the procedural macro.
  • Small improvements and clarifications to the documentation.

v1.1.9

Compare Source

  • Fixes a bug that causes compilation failures when a crate (such as defmt)
    exposes a macro called assert!. (thanks @​bugadani)

v1.1.8

Compare Source

New Features

  • Add From<[T; N]>, Extend<&'a T>, and Extend<&'a EnumSet<T>>
    implementations to EnumSet<T>.
  • Added a new #[enumset(map = "...")] annotation that allows controlling how
    enum variants are mapped to bits in the underlying bitset.

Enhancements

  • Optimizations for sparse bitsets and sets larger than 64 variants.
  • Added basic support for specifying enum discriminators via simple
    expressions like 1 << 30.

v1.1.7

Compare Source

  • Fix hygiene issue where the enumset_set! macro with no arguments required
    EnumSet to be imported into the current context. (Thanks @​cbiffle)
  • Fix issue where #[derive(EnumSetType)] used to cause compile errors when
    cross-compiling with different flags on the host and target sides.
    (Thanks @​dtolnay)

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 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.


  • 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 requested a review from a team as a code owner July 8, 2025 19:03
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from c9359d8 to 1f0ef9b Compare July 9, 2025 08:46
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from 1f0ef9b to bd1cd33 Compare July 23, 2025 13:15
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from bd1cd33 to 5877a08 Compare August 16, 2025 18:44
@renovate renovate bot changed the title chore(deps): update rust crate enumset to v1.1.7 chore(deps): update rust crate enumset to v1.1.8 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from 5877a08 to 371589c Compare August 17, 2025 19:02
@renovate renovate bot changed the title chore(deps): update rust crate enumset to v1.1.8 chore(deps): update rust crate enumset to v1.1.9 Aug 17, 2025
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from 371589c to e13e9c5 Compare August 21, 2025 19:30
@renovate renovate bot changed the title chore(deps): update rust crate enumset to v1.1.9 chore(deps): update rust crate enumset to v1.1.10 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from e13e9c5 to 193c7e9 Compare December 10, 2025 11:58
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