In this release
- Support for rustdoc JSON v61 for the latest nightly Rust
- One new lint:
auto_trait_impl_added - Bugfix in
constructible_struct_adds_fieldto properly account for existingpubbut#[doc(hidden)]fields. - Support for parsing rustdocflags from
.cargo/config.tomland some minor bugfixes- Thanks to @taiki-e for accepting our upstream patches and promptly releasing them in
cargo-config2so we can use them!
- Thanks to @taiki-e for accepting our upstream patches and promptly releasing them in

✨ This adorable animation was made by @dekirisu ✨
This release requires Rust 1.93+ both to install (MSRV) and at runtime.
All merged PRs
- Fix publishing workflow not being triggered because of optional job. by @obi1kenobi in #1679
- Make Rust 1.93 the MSRV and remove old fixtures. by @obi1kenobi in #1680
- Update to
trustfall_rustdocv0.40.0, dropping rustdoc JSON v56. by @obi1kenobi in #1682 - Weekly
cargo updateof dependencies by @obi1kenobi in #1684 - Fix lints about constructible structs to account for non-pub-API fields. by @obi1kenobi in #1685
- Weekly
cargo updateof dependencies by @obi1kenobi in #1686 - Add minor lint: auto trait impl added to pub type by @ivelieu in #1683
- Upgrade
trustfall_rustdocto v0.41.0 adding support for rustdoc v61. by @obi1kenobi in #1687 - Bump
cargo-config2to pick up rustdocflags parsing and bugfixes. by @obi1kenobi in #1688 - Bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 by @dependabot[bot] in #1689
- Weekly
cargo updateof dependencies by @obi1kenobi in #1690 - Release v0.50.0 supporting rustdoc v61 and parsing config rustdocflags. by @obi1kenobi in #1691
New Contributors
Full Changelog: v0.49.0...v0.50.0