From 63dc53b81b8029e4d9cf3a35f0e27088f6c8bf11 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 19 May 2017 12:04:40 -0400 Subject: [PATCH] Avoid the cert revocation check in Cargo. --- .cargo/config | 1 + 1 file changed, 1 insertion(+) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 00000000000..84740730f40 --- /dev/null +++ b/.cargo/config @@ -0,0 +1 @@ +check-revoke = false