Sourced from serde_json's releases.
v1.0.99
- Support serializing serde's option type in a map key (#1030, thanks
@​LPGhatguy
)v1.0.98
- Update indexmap dependency used by "preserve_order" feature to version 2
b4ec50c
Release 1.0.991153052
Merge pull request 1030 from SecondHalfGames/map-key-serialize-someba29a89
Release 1.0.989508e50
Merge pull request #1031
from serde-rs/indexmap706fc2b
Do all CI builds with old rustc using shim crated4c98d0
Move serde_json_test crate to own workspacee09d78f
Update indexmap dependency used for preserve_order feature to version
25145907
Delete unneeded conditional on preserve_order steps in CIb0fa978
Change MapKeySerializer::serialize_some to fall through instead of
erroring