-
Notifications
You must be signed in to change notification settings - Fork 888
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
Deprecate cURL #1660
Deprecate cURL #1660
Conversation
I don't think |
@dwijnand Does this mean we should have the user compile themselves with the |
No, no compilation necessary, as the rustup binary crate depends on both backends/features: https://github.com/rust-lang/rustup.rs/blob/194026d2cac3d06c8ef19dc6e23dabda5d3900c4/Cargo.toml#L23 |
How would a user enable one backend over the other without some kind of environment variable? I think I'm missing something here. |
Ah, I see the confusion. I meant we should introduce |
f043963
to
b5bb7f1
Compare
@dwijnand Removed the deprecation warning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good, though I'd prefer the odd bogon of a diff hunk was fixed.
3f849a1
to
e718fb8
Compare
@kinnison Weird delta removed from commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than the Hyper thing
Part of the simplification project: #1611
Deprecates cURL in favor of reqwest.
This is the preliminary step for the complete disuse of cURL by rustup; on-going discussion: #1657
cc's from previous PR:
@dwijnand
@brson
@briansmith
@jnicholls
@seanmonstar