rabbitmq-stream-rust-client
rabbitmq-stream-rust-client copied to clipboard
Update derive_more requirement from 0.99 to 2.0
Updates the requirements on derive_more to permit the latest version.
Changelog
Sourced from derive_more's changelog.
2.0.1 - 2025-02-03
Added
- Add crate metadata for the Rust Playground. This makes sure that the Rust Playground will have all
derive_morefeatures available onceselectorscrate updates itsderive_moreversion. (#445)2.0.0 - 2025-02-03
Breaking changes
use derive_more::SomeTraitnow imports macro only. Importing macro with its trait along is possible now viause 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_variantplaceholder). (#395)Fixed
- Associated types of type parameters not being treated as generics in
DebugandDisplayexpansions. (#399)unreachable_codewarnings on generated code when!(never type) is used. (#404)- Ambiguous associated item error when deriving
TryFrom,TryIntoorFromStrwith an associated item calledErrororErrrespectively. (#410)- Top-level
#[display("...")]attribute on an enum being incorrectly treated as transparent or wrapping. (#395)- Omitted raw identifiers in
DebugandDisplayexpansions. (#431)- Incorrect rendering of raw identifiers as field names in
Debugexpansions. (#431)- Top-level
#[display("...")]attribute on an enum not working transparently for directly specified fields. (#438)- Incorrect dereferencing of unsized fields in
DebugandDisplayexpansions. (#440)0.99.19 - 2025-02-03
- Add crate metadata for the Rust Playground.
1.0.0 - 2024-08-07
... (truncated)
Commits
a78d8eechore: Release2aeee4dUpdate changelog (#446)5afbaa1Add Rust Playground metadata (#445)d6c3315Prepare 2.0.0 release (#444)c5e5e82Fix unsized fields usage inDisplay/Debugderives (#440, #432)d391493Fix field transparency for top-level shared attribute inDisplay(#438)f14c7a7Fix raw identifiers usage inDisplay/Debugderives (#434, #431)7b23de3Updateconvert_casecrate from 0.6 to 0.7 version (#436)cc9957eFixcompile_failtests and make Clippy happy for 1.84 Rust (#435)17d61c3Fix transparency and behavior of shared formatting on enums (#395, #377, #411)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.