This is a relatively small release to publish the workaround for a Cargo bug that affects vendoring. #3774
All of the published crates get a minor update for the workaround (#3785) while the windows-bindgen crate gets a major update as it also includes a new warning for when rustfmt fails (#3778) and this is a breaking change.
What's Changed
- Clippy workflow also needs
rustfmtto be installed by @kennykerr in #3779 - Add
windows-bindgenwarning whenrustfmtfails by @kennykerr in #3778 - style: trim trailing whitespace by @ErichDonGubler in #3784
- Add
readmeworkaround forCargo.tomlfiles by @kennykerr in #3785 - Release 71 by @kennykerr in #3786
- Add readme existence check to package validation by @kennykerr in #3787
New Contributors
- @ErichDonGubler made their first contribution in #3784
Full Changelog: 70...71