Sourced from serde_json's releases.
v1.0.78
- Support deserializing as
&RawValue
in map key position, which would previously fail with "invalid type: newtype struct" (#851)v1.0.77
- Include discord invite links in the published readme
- Improve compile error on compiling with neither
std
noralloc
feature enabled- Include integration tests in published package (#578)
98cafac
Release 1.0.782d81cbd
Move raw_value test imports to block of importscbb0342
Merge pull request #851 from serde-rs/rawkeye5cdfcc
Support deserializing map key as &RawValue6a3fb68
Add test of deserializing a &RawValue in map key positiond8512af
Release 1.0.775fe9bdd
Improve error on compiling with neither std nor alloc4c15649
Include integration tests in published package71257c5
Add discord invite links