Skip to content

Commit e9912c2

Browse files
committed
Auto merge of #859 - brson:upgrade-rustc, r=brson
Upgrade build toolchain Upgrade to a newer Rust. I kind of want this to land after 1.0, but whatever. May fix #838
2 parents 17b6d21 + af8c268 commit e9912c2

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-11-06 --with-target=$TARGET
79+
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-12-06 --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 @@ 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-2016-12-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)