Releases: dtolnay/thiserror
Releases · dtolnay/thiserror
1.0.63
- Documentation improvements
1.0.62
- Support referring to nested tuple struct fields inside
#[error("…", …)]
attribute (#309)
1.0.61
- Use
core::fmt
and core::panic
to facilitate error_in_core
support (#299, thanks @jordens)
1.0.60
- Resolve unexpected_cfgs warning (#298)
1.0.59
- Unblock testing of rustc
debug-fmt-detail
option (#297)
1.0.58
- Make backtrace support available when using -Dwarnings (#292)
1.0.57
- Generate more efficient
Display
impl for error message which do not contain any interpolated value (#286, thanks @nyurik)
1.0.56
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
1.0.55
- Work around improperly cached build script result by sccache – second attempt (#280)
1.0.54
- Work around improperly cached build script result by sccache – first attempt (#279)