Skip to content

Commit

Permalink
Auto merge of #859 - brson:upgrade-rustc, r=brson
Browse files Browse the repository at this point in the history
Upgrade build toolchain

Upgrade to a newer Rust. I kind of want this to land after 1.0, but whatever.

May fix #838
  • Loading branch information
bors committed Dec 16, 2016
2 parents 17b6d21 + af8c268 commit e9912c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9912c2

Please sign in to comment.