-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Loosen the dependency versions in Cargo.toml #1551
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
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
I was under the impression that a |
⌛ Testing commit eff8491 with merge 6ed7ec9... |
💔 Test failed - cargo-win-64 |
@bors: retry On Mon, Apr 27, 2015 at 12:01 AM, bors notifications@github.com wrote:
|
💔 Test failed - cargo-win-64 |
Unfortunately it looks like we can't upgrade Rust just yet due to a recently introduced bug in process spawning: rust-lang/rust#24873 |
@alexcrichton I see, thanks for investigating! |
☔ The latest upstream changes (presumably #1564) made this pull request unmergeable. Please resolve the merge conflicts. |
Ok I picked up a bunch of updates as part of #1564 (needed to update curl which needed to update openssl), but I wasn't able to update everything. As rust-lang/rust#24873 just landed as well tonight's nightly should be the next available which can build Cargo! |
This is probably ready for a rebase now |
I don't think they were ever intended to be specific to the patch version but were accidentally made so in a1faa7c.
This upgrades
docopt.rs
to a version that supports typo suggestions for flags:Closes #1546.