]> git.proxmox.com Git - cargo.git/commit
Do not update semantically equivalent lockfiles with --frozen/--locked.
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sun, 12 Nov 2017 17:57:05 +0000 (10:57 -0700)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Sun, 12 Nov 2017 18:35:40 +0000 (11:35 -0700)
commit89023dce73d709c088cc90781056ddd2f825b39a
tree0aea007b3e5ac137e0282777a7f2297cfb9bc420
parent6463fc7ef06714360845ff5e2d43b91917fc60ee
Do not update semantically equivalent lockfiles with --frozen/--locked.

A previous patch in #4684 attempted to fix this, but didn't work for the
case where the [root] crate wasn't the first crate in the sorted package
array.
src/cargo/core/resolver/mod.rs
src/cargo/ops/lockfile.rs
tests/lockfile-compat.rs