Releases: dtolnay/path-to-error
Releases · dtolnay/path-to-error
0.1.16
- Implement Display for Segment (#29, thanks @noib3)
0.1.15
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.14
- Documentation improvements
0.1.12
- Support non-string keys in maps (#24)
0.1.11
- Implement extra iterator traits for
Segments
(#23, thanks @swlynch99)
0.1.10
- Add a way to construct serde_path_to_error::Error (#18, #21)
- Do not print path when there is nothing to print (#19, #22)
- Fix message duplication between error Display and source() (#20)
0.1.9
- Documentation improvements
0.1.8
- Add categories to crates.io metadata
0.1.7
- Propagate
is_human_readable
method of the Deserializer (#16, thanks @Kijewski)