Releases: dtolnay/thiserror
Releases · dtolnay/thiserror
1.0.42
- Fix compile error in derived Display impl if there was a nonstandard
write!
macro in scope (#239)
1.0.40
- Update syn dependency to 2.x
1.0.39
- Set html_root_url attribute
1.0.38
- Documentation improvements
1.0.37
- Documentation improvements
1.0.35
- More work on integrating std::any::Provider for backtrace support
- Fix "Multiple applicable
provide
methods in scope" error when the caller has both std::error::Error and std::any::Provide traits in scope (#185)
1.0.34
- Tweak "generic member access" based Backtrace implementation (#184)