Sourced from serde's releases.
v1.0.152
- Documentation improvements
v1.0.151
- Update
serde::{ser,de}::StdErrorto re-exportcore::error::Errorwhen serde is built withfeature="std"off andfeature="unstable"on (https://github.com/facebook/flipper/issues/2344)v1.0.150
- Relax some trait bounds from the
Serializeimpl ofHashMapandBTreeMap(https://github.com/facebook/flipper/issues/2334)- Enable
SerializeandDeserializeimpls ofstd::sync::atomictypes on more platforms (https://github.com/facebook/flipper/issues/2337, thanks@badboy)v1.0.149
- Relax some trait bounds from the
Serializeimpl ofBinaryHeap,BTreeSet, andHashSet(https://github.com/facebook/flipper/issues/2333, thanks@jonasbb)
ccf9c6f Release 1.0.152b25d0ea Link to Hjson data format4f4557f Link to bencode data formatbf400d6 Link to serde_tokenstream data format4d2e36d Wrap flexbuffers bullet point to 80 columnsdf6310e Merge pull request https://github.com/facebook/flipper/issues/2347 from dtolnay/docsrs938ab5d Replace docs.serde.rs links with intra-rustdoc linksef5a0de Point documentation links to docs.rs instead of docs.serde.rs5d186c7 Opt out -Zrustdoc-scrape-examples on docs.rs44bf363 Release 1.0.151