···43# Do any possible 'cargo update -p <pkgName> --precise <version>' ad-hoc updates
44eval "$cargoUpdateHook"
4546-# stdenv setup sets SSL_CERT_FILE to a nonexistent path; cargo doesn't like that
47-unset SSL_CERT_FILE
48-49# Do the fetch
50cargo fetch --verbose
51
···43# Do any possible 'cargo update -p <pkgName> --precise <version>' ad-hoc updates
44eval "$cargoUpdateHook"
4500046# Do the fetch
47cargo fetch --verbose
48