Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2025

This PR contains the following updates:

Package Type Update Change
enumset workspace.dependencies patch 1.1.7 -> 1.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.

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.

kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 16, 2025
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from cb57998 to 1f4b3e8 Compare August 17, 2025 17:56
@renovate renovate bot changed the title chore: update rust crate enumset to v1.1.8 chore: update rust crate enumset to v1.1.9 Aug 17, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 17, 2025
@renovate renovate bot changed the title chore: update rust crate enumset to v1.1.9 chore: update rust crate enumset to v1.1.10 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/enumset-1.x-lockfile branch from 1f4b3e8 to 4982525 Compare August 21, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant