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 f6aedfa commit b84f13aCopy full SHA for b84f13a
appveyor.yml
@@ -2,6 +2,10 @@ environment:
2
global:
3
CRATE_NAME: svd2rust
4
RUST_VERSION: stable
5
+ # workaround for AppVeyor issues (2017-07-21)
6
+ RUSTUP_USE_HYPER: 1
7
+ CARGO_HTTP_CHECK_REVOKE: false
8
+
9
10
matrix:
11
# MinGW
0 commit comments