Revert "Auto merge of #4659 - integer32llc:pin-nightly, r=alexcrichton"

This reverts commit 55442e8922, reversing
changes made to 92a3a4efa2.
This commit is contained in:
Carol (Nichols || Goulding) 2017-10-30 11:10:29 -04:00
parent 859c2305b5
commit 228c208cc3
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ matrix:
- env: TARGET=x86_64-unknown-linux-gnu
ALT=i686-unknown-linux-gnu
rust: nightly-2017-10-10
rust: nightly
install:
- mdbook --help || cargo install mdbook --force
script:

View File

@ -26,7 +26,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-2017-10-10
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup target add %OTHER_TARGET%
- rustc -V