Pin to an older nightly temporarily
authorAlex Crichton <alex@alexcrichton.com>
Thu, 15 Mar 2018 01:37:52 +0000 (18:37 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 15 Mar 2018 04:46:27 +0000 (21:46 -0700)
Needs a workaround until rust-lang/rust#49033 is fixed

.travis.yml
appveyor.yml

index a409d26b862364bf8a102953385b2b1627bc0a1b..b5ff169d9f71731f6e7b91c0afd4f0e399206ac3 100644 (file)
@@ -28,7 +28,7 @@ matrix:
 
     - env: TARGET=x86_64-unknown-linux-gnu
            ALT=i686-unknown-linux-gnu
-      rust: nightly
+      rust: nightly-2018-03-07
       install:
         - mdbook --help || cargo install mdbook --force
       script:
index d901dbe186084ee4f1c4d7a5e8efa3e5addd719c..d85f19d225dca5efedf01691fbbe886927e646a1 100644 (file)
@@ -6,7 +6,7 @@ environment:
 
 install:
   - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
-  - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
+  - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2018-03-07
   - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
   - rustup target add %OTHER_TARGET%
   - rustc -V