cargo cargo-semver-checks 0.45.0
v0.45.0

latest releases: 0.49.0, 0.48.0, 0.47.0...
8 months ago

In this release

  • Respect .cargo/config.toml build configuration, RUSTFLAGS, and RUSTDOCFLAGS
  • Spotlight: Ghosts in the Compilation

semver-mk3-optimized
This adorable animation was made by @dekirisu

This release requires Rust 1.89+ both to install (MSRV) and at runtime. Future releases will require Rust 1.90+.

Spotlight: Ghosts in the Compilation

Celebrating Halloween, Ghosts in the Compilation is the debugging story of how the functionality for respecting .cargo/config.toml configuration came to be.

We found a crate where:

  • cargo-semver-checks said the code didn't compile.
  • cargo check said it was fine.

As a result, we learned a fair bit about the edge cases of cargo, rustc, rustdoc, and compilation flags. Check it out here!

All merged PRs

New Contributors

Full Changelog: v0.44.0...v0.45.0

Don't miss a new cargo-semver-checks release

NewReleases is sending notifications on new releases.