]> git.proxmox.com Git - cargo.git/commit - src/cargo/core/summary.rs
Fix optional dependencies and required dev-deps
authorAlex Crichton <alex@alexcrichton.com>
Wed, 2 May 2018 00:03:23 +0000 (17:03 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 2 May 2018 00:03:23 +0000 (17:03 -0700)
commit02b0dba36b20e8e87fef61c678fb495c6ae8b604
treeccff11c179c48a864c6137425f20d59eb3269011
parentacea5e2f3c3bdd98ae3d1faf36a4499791acbd72
Fix optional dependencies and required dev-deps

This fixes an accidental bug introduced in #5300 by ensuring a local map keeps
track of the fact that there can be multiple dependencies for one name

Closes #5453
src/cargo/core/resolver/mod.rs
src/cargo/core/summary.rs
src/cargo/sources/registry/index.rs
tests/testsuite/features.rs