Releases: dtolnay/erased-serde
Releases · dtolnay/erased-serde
0.3.17
- Fix "invalid cast: alloc::string::String to alloc::string::String" (#47)
0.3.16
- Fix bug where i16 is deserialized as u16 (#45, thanks @minghuaw)
0.3.15
- Include integration test sources in the published crate
0.3.14
- Eliminate heap allocation of small values up to 2 words (#43)
0.3.13
- Documentation improvements
0.3.12
- Documentation improvements
0.3.11
-
Add no-std support
[dependencies]
erased-serde = { version = "0.3.11", default-features = false, features = ["alloc"] }
0.3.10
- Support importing
use erased_serde::serialize_trait_object
in 2018 edition crates
- Update documentation example code to 2018 edition
0.3.9
- Documentation improvements