]> git.proxmox.com Git - cargo.git/commit
Auto merge of #5990 - dwijnand:no-crates.io-index-url, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 9 Sep 2018 21:06:13 +0000 (21:06 +0000)
committerbors <bors@rust-lang.org>
Sun, 9 Sep 2018 21:06:13 +0000 (21:06 +0000)
commit5984312202bb6472392dd2d1e81b405fb88b5a47
tree219cf3a7c92f7b97fd6e76e0f03d2191fbe03c95
parent41f98f3541a20bc8d7a9f51ab6164b2aac4bed82
parent41aa6fbab4e9b34ae3399ca61f2523ac8f9ff745
Auto merge of #5990 - dwijnand:no-crates.io-index-url, r=alexcrichton

Don't print crates.io-index URL when Updating

Following the lead from PackageId's Display, only display the registry's
URL if it's not the default registry (aka crates.io).

Before:

    $ cargo install lazy_static
        Updating registry `https://github.com/rust-lang/crates.io-index`

After:

    $ dcargo install lazy_static
        Updating crates.io index

Fixes #4208
tests/testsuite/build.rs
tests/testsuite/install.rs
tests/testsuite/workspaces.rs