Skip to content

v0.45.0

Latest

Choose a tag to compare

@obi1kenobi obi1kenobi released this 01 Nov 16:36
· 22 commits to main since this release
90a7844

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