cargo: increase retry count to 10 (#1384)

We've been encountering a lot of spurious network errors with GitHub
lately. This increases the retry count to try to work around the
problem.
This commit is contained in:
Tony Arcieri
2026-06-17 09:07:50 -06:00
committed by GitHub
parent 344087d63f
commit 0bb957d535
+2
View File
@@ -0,0 +1,2 @@
[net]
retry = 10