Sourced from serde's releases.
v1.0.150
- Relax some trait bounds from the
Serialize
impl ofHashMap
andBTreeMap
(#2334)- Enable
Serialize
andDeserialize
impls ofstd::sync::atomic
types on more platforms (#2337, thanks@​badboy
)
d493649
Release 1.0.1500e947e6
Merge pull request #2338 from serde-rs/atomic9249dab
Deduplicate atomic_impl macro calls7440e56
Deduplicate atomic_impl macro implementations0d79306
Update atomic_impl macros to have same input syntax in all cfgs37faaf2
Mention target_has_atomic stabilization650358f
Replace obsolete comment about target_has_atomic support6159ead
Invert use_target_has_atomic cfg692ac99
Format PR 2337 with rustfmt86161ce
Adjust spacing in some macro matchers