]> git.proxmox.com Git - cargo.git/commit
Switch to use crates-io as the registry name and don't include publish when registry...
authorChristopher Swindle <christopher.swindle@metaswitch.com>
Mon, 8 Oct 2018 06:28:37 +0000 (07:28 +0100)
committerChristopher Swindle <christopher.swindle@metaswitch.com>
Mon, 8 Oct 2018 06:28:37 +0000 (07:28 +0100)
commit1fd3f1b6f1c38a217f36da7f2536f5300ae32c4d
treefd086177cef87757bc96ba87951af7d39ef5ea0f
parentabd9ac4feb60e335ba27f124001d22393f4e345d
Switch to use crates-io as the registry name and don't include publish when registry is not specified
src/bin/cargo/command_prelude.rs
src/cargo/core/package_id.rs
src/cargo/core/source/source_id.rs
src/cargo/ops/cargo_new.rs
src/cargo/sources/config.rs
src/cargo/sources/mod.rs
src/cargo/sources/registry/mod.rs
src/cargo/util/toml/mod.rs