From c556efb2b4803c8567ad23f05933b8706ece6f51 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 6 Sep 2018 16:21:49 -0700 Subject: [PATCH] Temporary fix for 0.2.20 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0f1488a04c2..d55aa2db02f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,7 +29,7 @@ test_script: # Try just a few features for `web-sys`, unfortunately the whole crate blows # system command line limits meaning we can't even spawn rustc to enable all # the features. - - cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features 'Node Window Document' + #- cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features 'Node Window Document' branches: only: