]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #7855 - ehuss:fix-required-features-renamed, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 5 Feb 2020 02:31:09 +0000 (02:31 +0000)
committerbors <bors@rust-lang.org>
Wed, 5 Feb 2020 02:31:09 +0000 (02:31 +0000)
Fix required-features using renamed dependencies.

The dep_name/feat_name syntax in required-features should use the "name in toml" for dep_name, not the actual package name.  Otherwise, it is impossible to actually enable the feature (because the `--features` flag expects a "name in toml").


Trivial merge