serde 0.7.11
- Better error when attempting to derive Deserialize for a struct containing
&str(#378) - Error when a struct field has duplicate attributes (#355)
- Serialize and Deserialize impls for tuples up to 16 elements (previously only up to 12 elements) (#387)