eb
eb copied to clipboard
Update Rust crate thiserror to 1.0.59
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
thiserror | dependencies | patch | 1 -> 1.0.59 |
Release Notes
dtolnay/thiserror (thiserror)
v1.0.59
- Unblock testing of rustc
debug-fmt-detail
option (#β297)
v1.0.58
- Make backtrace support available when using -Dwarnings (#β292)
v1.0.57
- Generate more efficient
Display
impl for error message which do not contain any interpolated value (#β286, thanks @βnyurik)
v1.0.56
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
v1.0.55
- Work around improperly cached build script result by sccache β second attempt (#β280)
v1.0.54
- Work around improperly cached build script result by sccache β first attempt (#β279)
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.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.26%. Comparing base (
bd69e29
) to head (7c3cd82
).
Additional details and impacted files
@@ Coverage Diff @@
## main #484 +/- ##
==========================================
- Coverage 81.58% 80.26% -1.33%
==========================================
Files 3 3
Lines 239 228 -11
==========================================
- Hits 195 183 -12
- Misses 44 45 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.