···4343# Do any possible 'cargo update -p <pkgName> --precise <version>' ad-hoc updates
4444eval "$cargoUpdateHook"
45454646-# stdenv setup sets SSL_CERT_FILE to a nonexistent path; cargo doesn't like that
4747-unset SSL_CERT_FILE
4848-4946# Do the fetch
5047cargo fetch --verbose
5148