fix(deps): update rust crate derive_more to v2 #132
No reviewers
Labels
No labels
renovate-bot
renovate-security
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ForgeFlux/ForgeFlux#132
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/derive_more-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1
->2
0.99.17
->2.0.0
Release Notes
JelteF/derive_more (derive_more)
v2.0.1
Compare Source
Added
Playground will have all
derive_more
features available onceselectors
crate updates itsderive_more
version.(#445)
v2.0.0
Compare Source
Breaking changes
use derive_more::SomeTrait
now imports macro only. Importing macro withits trait along is possible now via
use derive_more::with_trait::SomeTrait
.(#406)
#[display("...")]
attribute on an enum now has defaulting behaviorinstead of replacing when no wrapping is possible (no
_variant
placeholder).(#395)
Fixed
Debug
and
Display
expansions.(#399)
unreachable_code
warnings on generated code when!
(never type) is used.(#404)
TryFrom
,TryInto
orFromStr
with an associated item called
Error
orErr
respectively.(#410)
#[display("...")]
attribute on an enum being incorrectly treatedas transparent or wrapping.
(#395)
Debug
andDisplay
expansions.(#431)
Debug
expansions.(#431)
#[display("...")]
attribute on an enum not working transparentlyfor directly specified fields.
(#438)
Debug
andDisplay
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 these updates again.
This PR has been generated by Renovate Bot.
⚠️ Artifact update problem
Renovate failed to update artifacts 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:
The artifact failure details are included below:
File name: Cargo.lock
File name: Cargo.lock
0a19e727b6
toa3e90b6a7d
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.