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 derive_more to v2 #10505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Type Update Change
derive_more dependencies major =1.0.0 -> =2.0.1

Release Notes

JelteF/derive_more (derive_more)

v2.0.1

Compare Source

Added
  • Add crate metadata for the Rust Playground. This makes sure that the Rust
    Playground will have all derive_more features available once
    selectors crate updates its
    derive_more version.
    (#​445)

v2.0.0

Compare Source

Breaking changes
  • use derive_more::SomeTrait now imports macro only. Importing macro with
    its trait along is possible now via use derive_more::with_trait::SomeTrait.
    (#​406)
  • Top-level #[display("...")] attribute on an enum now has defaulting behavior
    instead of replacing when no wrapping is possible (no _variant placeholder).
    (#​395)
Fixed
  • Associated types of type parameters not being treated as generics in Debug
    and Display expansions.
    (#​399)
  • unreachable_code warnings on generated code when ! (never type) is used.
    (#​404)
  • Ambiguous associated item error when deriving TryFrom, TryInto or FromStr
    with an associated item called Error or Err respectively.
    (#​410)
  • Top-level #[display("...")] attribute on an enum being incorrectly treated
    as transparent or wrapping.
    (#​395)
  • Omitted raw identifiers in Debug and Display expansions.
    (#​431)
  • Incorrect rendering of raw identifiers as field names in Debug expansions.
    (#​431)
  • Top-level #[display("...")] attribute on an enum not working transparently
    for directly specified fields.
    (#​438)
  • Incorrect dereferencing of unsized fields in Debug and Display expansions.
    (#​440)

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.

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