]> git.proxmox.com Git - cargo.git/commit - src/cargo/core/resolver/types.rs
Auto merge of #8857 - ehuss:resolver-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 16 Nov 2020 15:17:22 +0000 (15:17 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Nov 2020 15:17:22 +0000 (15:17 +0000)
commit0d8cab42f6ea3300ffec35677c4474e81208e16e
treea0b98c40c3fce6c1c092e99345e924b26990de41
parent2af662e22177a839763ac8fb70d245a680b15214
parentb1029b7d16d0dfef2169f0cc16d146d5fdf9fd63
Auto merge of #8857 - ehuss:resolver-1, r=alexcrichton

Allow resolver="1" to explicitly use the old resolver behavior.

A couple people expressed that it was surprising that it was not possible to explicitly specify the old behavior, so this PR adds the ability to specify `resolver = "1"` to explicitly specify the old feature unification behavior.   This is a little more consistent with other options like `edition` which allows an explicit "2015" even though that is the default.