Sourced from serde's releases.
v1.0.137
- Update documentation links to some data formats whose repos have moved (#2201, thanks
@atouchet
)- Fix declared
rust-version
of serde and serde_test (#2168)
17c3c0c
Release 1.0.137210e6c3
Clean up clippy allows which are superseded by msrv in clippy.toml41823a9
Ignore more type_repetition_in_bounds7ca13ff
Ignore type_repetition_in_bounds lint that is incompatible with msrv52391fd
Inform clippy of supported compiler version in clippy.toml9b2d8df
Add a miri test job in CI07ba7ea
Update workflows to actions/checkout@v39f29f6b
Disable expandtest on mirif6c104f
Ignore unused ignore attribute warning in some configurations8a3a6fb
Disable ui test on miri