Skip to content

Commit d1e31f7

Browse files
author
bors-servo
authored
Auto merge of servo#16953 - servo:jdm-patch-1, r=SimonSapin
Avoid the cert revocation check in Cargo. Per rust-lang/cargo#4072 Cargo on Windows is having trouble due to a letsencrypt outage. Our Appveyor CI is busted, as is our Windows builder for any PR that needs to upgrade a package from crates.io. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16953) <!-- Reviewable:end -->
2 parents 6269088 + 63dc53b commit d1e31f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
check-revoke = false

0 commit comments

Comments
 (0)