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
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 1.1.10
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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.

0 participants