v1.6.1
Fixed
- Fix false-positive "update available" diagnostic when
Cargo.lockcontains multiple versions of the same crate (e.g.,hashbrown 0.15.5pulled by a transitive dep andhashbrown 0.16.1used directly). The root package'sdependencieslist 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