Skip to content

Install pre-release versions by default for git deps #5616

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

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

matklad
Copy link
Member

@matklad matklad commented Jun 7, 2018

Recently we've fixed a bug where cargo install foo would install foo 2.0-beta.1 instead of foo 1.0, but this behavior is wrong for git and path deps.

@rust-highfive
Copy link

r? @alexcrichton

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

@matklad matklad force-pushed the install-betas-from-git branch from 0ea3e6f to 1c15c72 Compare June 11, 2018 18:47
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jun 27, 2018

📌 Commit 1c15c72 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jun 27, 2018

⌛ Testing commit 1c15c72 with merge 90b5df8...

bors added a commit that referenced this pull request Jun 27, 2018
Install pre-release versions by default for git deps

Recently we've fixed a bug where `cargo install foo` would install `foo 2.0-beta.1` instead of `foo 1.0`, but this behavior is wrong for git and path deps.
@bors
Copy link
Contributor

bors commented Jun 27, 2018

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

@bors bors merged commit 1c15c72 into rust-lang:master Jun 27, 2018
@ehuss ehuss added this to the 1.29.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.

5 participants