diff --git a/.travis.yml b/.travis.yml index 541264cf98..519b753141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,7 @@ install: - sudo pip install awscli - aws configure set preview.cloudfront true - curl https://static.rust-lang.org/rustup.sh | - sh -s -- --prefix=$HOME/rust --spec=nightly-2016-11-06 --with-target=$TARGET + sh -s -- --prefix=$HOME/rust --spec=nightly-2016-12-06 --with-target=$TARGET script: - mkdir target diff --git a/appveyor.yml b/appveyor.yml index 45025450c9..58d297c261 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ branches: install: # Install rust, x86_64-pc-windows-msvc host - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - - rustup-init.exe -y --default-toolchain=nightly-x86_64-pc-windows-msvc + - rustup-init.exe -y --default-toolchain=nightly-2016-12-06-x86_64-pc-windows-msvc - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin # Install the target we're compiling for