cargo-crev
cargo-crev copied to clipboard
Add exponenetial backoff for fetching from repos that fail
Suggested here
Most of these fails come from deleted repos.
I think backing of with a 404 is not the correct behaviour, just ignore repos that don't exists.
github returns "access denied" for deleted repos, to make it ambiguous whether they've been deleted of went private.