Revert "Auto merge of #4659 - integer32llc:pin-nightly, r=alexcrichton"
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Mon, 30 Oct 2017 15:10:29 +0000 (11:10 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Mon, 30 Oct 2017 15:10:29 +0000 (11:10 -0400)
This reverts commit 55442e8922ae7ad51545576a4f1326ab131a333a, reversing
changes made to 92a3a4efa27900e97a8ccb3c5c9b45f06f439454.

.travis.yml
appveyor.yml

index e8c14d24a6664d4c143a8aada1d5567cdc0e264c..c2f7ca36cf70a4923bf0f70e877c85742ec7c55b 100644 (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:
index 9f97ed754edf15e9505da840188594f957c926d7..e64eeb27927ff67a62a2c163fb0e6f7b660b41fc 100644 (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