1.0.100
- Teach clippy to lint formatting arguments in
bail!,ensure!,anyhow!(#426)
1.0.99
- Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
1.0.98
- Add
self.into_boxed_dyn_error()andself.reallocate_into_boxed_dyn_error_without_backtrace()methods for anyhow::Error (#415)
1.0.95
- Add
Error::from_boxed(#401, #402)
1.0.92
- Support Rust 1.82's
&raw constand&raw mutsyntax insideensure!(#390)