File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ install:
76
76
- sudo pip install awscli
77
77
- aws configure set preview.cloudfront true
78
78
- 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
80
80
81
81
script :
82
82
- mkdir target
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
# Install rust, x86_64-pc-windows-msvc host
23
23
# FIXME: switch back to win.rustup.rs
24
24
- 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
26
26
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
27
27
28
28
# Install the target we're compiling for
You can’t perform that action at this time.
0 commit comments