You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo also has a runtime dependency on curl for certain download strategies, but I'd consider that an independent issue, and if we removed curl from etc. then we could make it not a build dependency.
@brson I change the code to use urllib2, but I later found out that there is not download progress indicator when using this. Thus keep current dependency on curl is reasonable.
As far as I know, currently rustc depend on curl for downloading files.
However, we can actually remove this dependency by python's owner power.
The text was updated successfully, but these errors were encountered: