Merged
Conversation
Contributor
Author
|
Pull Request Test Coverage Report for Build 21553768155Details
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.9→0.12.114.5.53→4.5.562.0.1→2.1.10.1.8→0.1.92.0.4→2.0.62.12.1→2.13.00.4.28→0.4.291.1.0→1.2.00.6.23→0.6.240.9.8→0.9.112.8.1→2.9.02.8.1→2.9.0Release Notes
rust-lang/annotate-snippets-rs (annotate-snippets)
v0.12.11Compare Source
Fixed
v0.12.10Compare Source
Fixed
clap-rs/clap (clap)
v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpJelteF/derive_more (derive_more)
v2.1.1Compare Source
Fixed
.as_dyn_error()method hygiene insideErrorderive expansion.(#527)
v2.1.0Compare Source
Added
#[display(rename_all = "<casing>")]attribute to change output forimplicit naming of unit enum variants or unit structs when deriving
Display.(#443)
#[from_str(rename_all = "<casing>")]attribute for unit enum variantsand unit structs when deriving
FromStr.(#467)
Optionfields forError::source()inErrorderive.(#459)
FromStrderive.(#469)
PartialEqderive similar tostd's one, but considering generics correctly,and implementing
ne()method as well.(#473,
#475)
Eqderive similar tostd's one, but considering generics correctly.(#479)
#[allow]/#[expect]attributes of the type inConstructorderive.(#477)
DerefandDerefMutderives for enums.(#485)
FromStrderive.(#494)
TryIntoderive.(#503)
Add-like,AddAssign-like,Mul-like andMulAssign-like derives.(#472)
Changed
(#466)
Add-like,AddAssign-like,Mul-like andMulAssign-like derives nowinfer trait bounds for generics structurally (bound field types instead of
type parameters directly).
(#472)
Fixed
(#454)
#[try_from(repr)]attribute is not specified forTryFromderive.(#458)
AsRef/AsMutderives when associative types are involved.(#474)
Try/TryIntoderives whenSelftype is present inthe struct or enum definition.
(#489)
feature(error_generic_member_access)inErrorderive whenusing
Backtraceon a non-nightly toolchain.(#513)
#[<display-trait>("default formatting")]attribute without{_variant}being used as default for enum variants without explicit formatting.
(#495)
Lymia/derive_setters (derive_setters)
v0.1.9Compare Source
README.mdto a proper rustdoc.Commit Statistics
Commit Details
view details
87037bf)f8a3c46)8d37502)74e353f)1ca0910)0ab982f)722f3fc)da6237b)8a112f3)474375d)66c390a)30ea90e)bd14002)ccdc14e)284500e)generate_delegates(d777525)rust-cli/human-panic (human-panic)
v2.0.6Compare Source
Features
Metadata::repositoryas a fallback forMetadata::homepagev2.0.5Compare Source
Performance
os_infotosysinfoindexmap-rs/indexmap (indexmap)
v2.13.0Compare Source
CloneforIntoKeysandIntoValues.map::Slice::split_at_checkedandsplit_at_mut_checked.set::Slice::split_at_checked.rust-lang/log (log)
v0.4.29Compare Source
GREsau/schemars (schemars)
v1.2.0Compare Source
Added
Changed
HashMap/BTreeMapwith enum keys are now more specific (#452)assert-rs/snapbox (snapbox)
v0.6.24Compare Source
toml-rs/toml (toml)
v0.9.11Compare Source
v0.9.10Compare Source
v0.9.9Compare Source
seanmonstar/unicase (unicase)
v2.9.0Compare Source
What's Changed
fromimpl as well by @samadDotDev in #77New Contributors
Full Changelog: seanmonstar/unicase@v2.8.1...v2.9.0
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.