We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f6fef commit 335841cCopy full SHA for 335841c
appveyor.yml
@@ -1,9 +1,9 @@
1
environment:
2
# When this was added there were revocation check failures when using the
3
# 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
+ # switch to turn this off. Switch to Reqwest which looks to not check for
5
# revocation by default like libcurl does.
6
- RUSTUP_USE_HYPER: 1
+ RUSTUP_USE_REQWEST: 1
7
CARGO_HTTP_CHECK_REVOKE: false
8
matrix:
9
- TARGET: x86_64-pc-windows-gnu
0 commit comments