]> git.proxmox.com Git - cargo.git/commit
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)
commit06834dcaf2d53175ccf4801a6b6212b5fb56a519
tree385ea957a68c853d352fb3893afed04391709f40
parentacf88cc26ab935a9f652612c4c5739a8e94c6686
parentcafec11467cc4758c0b3ce3751865d2334ab360e
Auto merge of #7855 - ehuss:fix-required-features-renamed, r=alexcrichton

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").