Sourced from serde_json's releases.
v1.0.137
- Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)
v1.0.136
- Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks
@​goffrie
)
eb49e28
Release 1.0.13751c48ab
Merge pull request #1231
from dtolnay/playground7d8f15b
Enable "float_roundtrip" and "unbounded_depth"
features in playgrounda46f14c
Release 1.0.136eb9f3f6
Merge pull request #1230
from goffrie/patch-1513e5b2
Use Map::with_capacity in value::Serializer::serialize_map