Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow registry option for cargo install #6128

Merged
merged 2 commits into from
Oct 4, 2018

Conversation

cswindle
Copy link
Contributor

@cswindle cswindle commented Oct 3, 2018

This allows installing rust crates directly from cargo install by passing --registry to the command.

@rust-highfive
Copy link

r? @matklad

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

Thanks! Could this use args.registry(...) to automatically check for unstable features as well?

@cswindle
Copy link
Contributor Author

cswindle commented Oct 4, 2018

@alexcrichton, yep, forgot that we had that level of indirection. I have updated it.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Oct 4, 2018

📌 Commit 0f01d61 has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Oct 4, 2018

⌛ Testing commit 0f01d61 with merge d0b5a17...

bors added a commit that referenced this pull request Oct 4, 2018
Allow registry option for cargo install

This allows installing rust crates directly from cargo install by passing --registry to the command.
@bors
Copy link
Collaborator

bors commented Oct 4, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing d0b5a17 to master...

@bors bors merged commit 0f01d61 into rust-lang:master Oct 4, 2018
@ehuss ehuss added this to the 1.31.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants