Skip to content

v0.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 18:01
· 66 commits to main since this release
158a45a

What's Changed

In this release:

  • 3 new lints
  • support for rustdoc format v33

This release requires Rust 1.77+ both to install (MSRV) and at runtime. It also ensures cargo-semver-checks continues to build correctly on Rust 1.80, addressing both the inference-breaking change and the floating-point miscompilation issues in 1.80.0.

New lints

Support for rustdoc format v33

Latest nightly Rust has switched to rustdoc format v33. You'll want to update to this new release if you are relying on nightly.

Implemented across:

All Merged PRs

New Contributors

Full Changelog: v0.33.0...v0.34.0