Skip to content

Commit 6ae67a6

Browse files
committed
Update toolchain used to build rustup
1 parent c57194f commit 6ae67a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ install:
7676
- sudo pip install awscli
7777
- aws configure set preview.cloudfront true
7878
- curl https://static.rust-lang.org/rustup.sh |
79-
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-08-10 --with-target=$TARGET
79+
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-09-29 --with-target=$TARGET
8080

8181
script:
8282
- mkdir target

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
# Install rust, x86_64-pc-windows-msvc host
2323
# FIXME: switch back to win.rustup.rs
2424
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
25-
- rustup-init.exe -y --default-toolchain=nightly-2016-08-10-x86_64-pc-windows-msvc
25+
- rustup-init.exe -y --default-toolchain=nightly-2016-09-29-x86_64-pc-windows-msvc
2626
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2727

2828
# Install the target we're compiling for

0 commit comments

Comments
 (0)