Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

0.7.0

Compare
Choose a tag to compare
@dtolnay dtolnay released this 25 Apr 20:15
· 746 commits to master since this release
0.7.0
e6c14ac
  • Update to Serde 1.0, although note that serde_yaml does not currently support Serde's new zero-copy deserialization. See Serde's 1.0.0 release notes here.
  • Refactor and extend the serde_yaml::Value API to work more like serde_json::Value.