Skip to content

v1.6.1

Choose a tag to compare

@mpiton mpiton released this 25 Mar 10:14
· 53 commits to main since this release

Fixed

  • Fix false-positive "update available" diagnostic when Cargo.lock contains multiple versions of the same crate (e.g., hashbrown 0.15.5 pulled by a transitive dep and hashbrown 0.16.1 used directly). The root package's dependencies list is now used to select the correct locked version (#210)

Full Changelog: v1.6.0...v1.6.1

What's Changed

  • fix: resolve correct version for multi-version crates in Cargo.lock by @mpiton in #211
  • chore: release v1.6.1 by @mpiton in #212

Full Changelog: v1.6.0...v1.6.1