Sourced from serde's releases.
v1.0.195
- Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)
v1.0.194
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
03eec42
Release 1.0.195196f311
Merge pull request #2671
from dtolnay/deadremote38d9e0b
Revert "Add FIXME to fix dead_code warning when using
serde(remote)"6502b31
Fix new dead_code warning in tuple struct and tuple variant remote
defs6f1a8c3
Add FIXME to fix dead_code warning when using serde(remote)d883c94
Work around dead_code warning in tests961fa59
Merge pull request #2670
from serde-rs/exhaustive8bc71de
Fill in omitted patterns for GenericArguments match7c65a9d
Pick up changes to non_exhaustive_omitted_patterns lintd2d977a
Release 1.0.194