From: Alex Crichton Date: Thu, 15 Mar 2018 01:37:52 +0000 (-0700) Subject: Pin to an older nightly temporarily X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~41^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d858148a35d87b18e5cb4377cc45df62c79d4cb;p=cargo.git Pin to an older nightly temporarily Needs a workaround until rust-lang/rust#49033 is fixed --- diff --git a/.travis.yml b/.travis.yml index a409d26b8..b5ff169d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/appveyor.yml b/appveyor.yml index d901dbe18..d85f19d22 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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