New
71
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 https://github.com/microsoft/windows-rs/pull/3779 - Add
windows-bindgenwarning whenrustfmtfails by @kennykerr in https://github.com/microsoft/windows-rs/pull/3778 - style: trim trailing whitespace by @ErichDonGubler in https://github.com/microsoft/windows-rs/pull/3784
- Add
readmeworkaround forCargo.tomlfiles by @kennykerr in https://github.com/microsoft/windows-rs/pull/3785 - Release 71 by @kennykerr in https://github.com/microsoft/windows-rs/pull/3786
- Add readme existence check to package validation by @kennykerr in https://github.com/microsoft/windows-rs/pull/3787
New Contributors
- @ErichDonGubler made their first contribution in https://github.com/microsoft/windows-rs/pull/3784
Full Changelog: https://github.com/microsoft/windows-rs/compare/70...71