revert fetch-cargo-deps change

This commit is contained in:
Jude Taylor 2016-02-23 18:31:40 -08:00
parent bc7f99cd2f
commit a2b19cdb04

View file

@ -43,9 +43,6 @@ set -u
# Do any possible 'cargo update -p <pkgName> --precise <version>' ad-hoc updates
eval "$cargoUpdateHook"
# stdenv setup sets SSL_CERT_FILE to a nonexistent path; cargo doesn't like that
unset SSL_CERT_FILE
# Do the fetch
cargo fetch --verbose