Skip to content

Commit cff297e

Browse files
authored
Merge pull request #741 from brson/update-toolchain
Update toolchain used to build rustup
2 parents e3aa6ec + a9c7139 commit cff297e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-08-10 --with-target=$TARGET
79+
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-11-06 --with-target=$TARGET
8080

8181
script:
8282
- mkdir target

appveyor.yml

Lines changed: 2 additions & 2 deletions
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-11-06-x86_64-pc-windows-msvc
2626
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
2727

2828
# Install the target we're compiling for
@@ -50,7 +50,7 @@ build: false
5050

5151
test_script:
5252
- cargo build --release --target %TARGET% %FEATURES%
53-
- cargo test --release -p rustup-dist --target %TARGET% %FEATURES%
53+
- cargo test --release -p rustup-dist --target %TARGET%
5454
- cargo test --release --target %TARGET% %FEATURES%
5555
- ps: |
5656
if($env:BUILD_MSI) {

0 commit comments

Comments
 (0)