Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
curl-sys
dependency requirement
Pulls in alexcrichton/curl-rust#304 which fixes a bug from the last curl update in #7308. This bug was not introduced by the Cargo PR itself but rather by updating the `curl` submodule in the `curl-sys` crate. Without this bugfix all downloads of a crate will make a new connection to crates.io, which drastically increases download time since setting up a connection takes so long.
- Loading branch information