Releases: serde-rs/serde
Releases · serde-rs/serde
v0.6.15
(this release is a Syntex bump only)
v0.6.14
(this release is a Syntex bump only)
v0.6.13
(this release is a Syntex bump only)
v0.6.12
- Method
visit_struct_field
has been added to the Deserializer
trait to hint that a struct key is expected (#223 and 064241f)
v0.6.11
- Allow options to be deserialized from units (#217)
v0.6.10
- Fixes panic when a non-struct/enum is annotated (#206)
- Adds a
clippy
feature to build with Clippy (bfa2b69)
- An unknown serde attribute is now an error (#51, #175, #187)
v0.6.9
(this release is a Syntex bump only)
v0.6.8
(this release is a Syntex bump only)
v0.6.7
(this release is a Syntex bump only)
v0.6.6
- Adds impls for num::{BigInt, BigUint, Complex, Ratio} (#191)