Releases: dtolnay/thiserror
Releases · dtolnay/thiserror
1.0.49
- Access libcore types through
::core
in generated code (#255, thanks @mina86)
1.0.48
- Improve implementation of displaying Path values in a generated Display impl (#251, thanks @mina86)
1.0.46
- Add bootstrap workaround to allow rustc to depend on thiserror (#248, thanks @RalfJung)
1.0.44
- Documentation improvements
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