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 enum_dispatch to 0.3.13 #70

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
enum_dispatch dependencies patch 0.3 -> 0.3.13

Release Notes

antonok/enum_dispatch (enum_dispatch)

v0.3.13

Compare Source

  • Fix namespace collision with imports named core (!35)

v0.3.12

Compare Source

v0.3.11

Compare Source

  • Add support for trait methods that return Self (#​59, !29)

v0.3.10

Compare Source

  • Add support for async trait methods (#​62)

v0.3.9

Compare Source

  • Add support for const generics (#​51, !25)

v0.3.8

Compare Source

  • Preserve attributes from inner fields of enum variants (!27)

v0.3.7

Compare Source

  • Support trait methods with late bound lifetime arguments (#​34)

v0.3.6

Compare Source

  • Remove extra-traits feature from syn dependency (!24)
  • Support trait methods with pattern arguments (#​44)

v0.3.5

Compare Source

  • Compatibility with syn >= 1.0.58 (#​37, !21)

v0.3.4

Compare Source

  • Support enum variants named Error (#​36)

v0.3.3

Compare Source

Compatibility warning

Users who had previously used an #[enum_dispatch(...)] attribute containing the name of a generic trait will need to update the attribute to include matching generic arguments.
See #​35 for details.

  • Support trait methods with generic type parameters (#​28)
  • Officially support linking generic traits (#​26)

v0.3.2

Compare Source

  • Support cfg attributes on enum variants and trait items (#​24)

v0.3.1

Compare Source

  • Fix namespace collision with imports named core (!35)

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 has been generated by Mend Renovate. View repository job log here.

@davidB davidB closed this May 1, 2024
Copy link
Contributor Author

renovate bot commented May 1, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.3.13). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/enum_dispatch-0.x branch May 1, 2024 13:25
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.

1 participant