]> git.proxmox.com Git - cargo.git/commit
Auto merge of #5454 - alexcrichton:fix, r=matklad
authorbors <bors@rust-lang.org>
Wed, 2 May 2018 15:35:33 +0000 (15:35 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 May 2018 15:35:33 +0000 (15:35 +0000)
commit1b26ece291dfcc0ef03ba12c36da0d9779202efe
tree627668eb6388b757f1cd59f89b1082934833af12
parent2eebc860567101969d0c7195c619ab79cccf0633
parent02b0dba36b20e8e87fef61c678fb495c6ae8b604
Auto merge of #5454 - alexcrichton:fix, r=matklad

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