Skip to content

Commit 442b05b

Browse files
committed
Upgrade build toolchain
1 parent 17b6d21 commit 442b05b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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-11-06 --with-target=$TARGET
79+
sh -s -- --prefix=$HOME/rust --spec=nightly-2017-01-06 --with-target=$TARGET
8080

8181
script:
8282
- mkdir target

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ branches:
2222
install:
2323
# Install rust, x86_64-pc-windows-msvc host
2424
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
25-
- rustup-init.exe -y --default-toolchain=nightly-x86_64-pc-windows-msvc
25+
- rustup-init.exe -y --default-toolchain=nightly-2017-01-06-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)