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 strum_macros to 0.24.3 #475

Merged
merged 1 commit into from
Oct 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
strum_macros dependencies patch 0.24.0 -> 0.24.3

Release Notes

Peternator7/strum

v0.24.3

  • #​231 Add ignore lints for EnumIter not implementing Copy or Debug
    on the generated iter struct. Copy should generally not be implemented on Iterators. Its an oversight that Debug isn't
    implemented, but it will be a breaking change to add that so it'll be added in a future version.

v0.24.2

  • #​220. Add support for PHF in EnumString (opt-in runtime
    performance improvements for large enums as #[strum(use_phf)], requires phf feature and increases MSRV to 1.46)

  • Reverted #​217 because it was disruptive and non-trivial to work around
    if you hit it.

v0.24.1

  • #​220. Add support for PHF in EnumString (opt-in runtime
    performance improvements for large enums as #[strum(use_phf)], requires phf feature and increases MSRV to 1.46)
  • #​217: Automatically implement TryFrom in FromRepr. This is
    technically a breaking change, but the fix is to just remove the manual implementation of TryFrom so it shouldn't
    be more than a minor inconvenience.

Configuration

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

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/strum_macros-0.x branch 3 times, most recently from 5fea5ea to ddcc2b0 Compare September 30, 2022 21:43
@renovate renovate bot force-pushed the renovate/strum_macros-0.x branch 2 times, most recently from 31f1587 to d09aa47 Compare October 1, 2022 20:39
@renovate renovate bot force-pushed the renovate/strum_macros-0.x branch 2 times, most recently from ed00f2e to 92a0d1f Compare October 2, 2022 00:33
@renovate renovate bot force-pushed the renovate/strum_macros-0.x branch from 92a0d1f to 825fb44 Compare October 2, 2022 01:11
@renovate renovate bot merged commit b627eed into develop Oct 2, 2022
@renovate renovate bot deleted the renovate/strum_macros-0.x branch October 2, 2022 01:38
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