Skip to content

v1.0.1

Choose a tag to compare

@dtolnay dtolnay released this 28 Apr 00:12
· 1339 commits to master since this release
v1.0.1
8202c68
  • Fix deserialization of maps with non-string keys (#311)

    For example {"1":"one"} can be serialized and deserialized as BTreeMap<i32, String>.