Skip to content

v1.0.150

Compare
Choose a tag to compare
@dtolnay dtolnay released this 12 Dec 00:27
· 508 commits to master since this release
v1.0.150
d493649
  • Relax some trait bounds from the Serialize impl of HashMap and BTreeMap (#2334)
  • Enable Serialize and Deserialize impls of std::sync::atomic types on more platforms (#2337, thanks @badboy)