Skip to content

Commit 4d9a03e

Browse files
committed
Auto merge of #1131 - palfrey:appveyor-reqwest, r=gnzlbg
Use Reqwest backend for Appveyor, not Hyper which is deprecated Since rust-lang/rustup#1222 Appveyor builds have been complaining, so should stop asking for the Hyper backend
2 parents 16f6fef + 335841c commit 4d9a03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
environment:
22
# When this was added there were revocation check failures when using the
33
# libcurl backend as libcurl checks by default, but rustup doesn't provide the
4-
# switch to turn this off. Switch to Hyper which looks to not check for
4+
# switch to turn this off. Switch to Reqwest which looks to not check for
55
# revocation by default like libcurl does.
6-
RUSTUP_USE_HYPER: 1
6+
RUSTUP_USE_REQWEST: 1
77
CARGO_HTTP_CHECK_REVOKE: false
88
matrix:
99
- TARGET: x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)