From: bors Date: Wed, 1 Nov 2017 15:24:12 +0000 (+0000) Subject: Auto merge of #4680 - Metaswitch:registry-login, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=551b62b64f46cd3d2b26319669dc57b8855f7634;p=cargo.git Auto merge of #4680 - Metaswitch:registry-login, r=alexcrichton Support login tokens for multiple registries This pull request builds on #4206 to support login using the the registry from alternate registries (RFC 2141). This includes the following changes: - allow credentials to be stored based on the registry - allow passing the registry to run cargo commands against using --registry Note that this does not include a feature gate on the use of --registry as the publish code blocks publish if we use any features. @alexcrichton, are you happy with this approach, or is there a way that you would recommend this should be relaxed for testing purposes? --- 551b62b64f46cd3d2b26319669dc57b8855f7634