Releases: dtolnay/serde-stacker
Releases · dtolnay/serde-stacker
0.1.11
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.10
- Documentation improvements
0.1.8
- Documentation improvements
0.1.7
- Documentation improvements
0.1.6
- Add categories and keywords to crates.io metadata
0.1.5
- Add
rust-version
entry to Cargo.toml to declare the oldest supported compiler version
0.1.4
- Documentation improvements
0.1.3
- Match the implementation of
is_human_readable
of the underlying Deserializer (#8, thanks @huitseeker)