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-11 -06 --with-target=$TARGET
79
+ sh -s -- --prefix=$HOME/rust --spec=nightly-2016-12 -06 --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 @@ branches:
22
22
install :
23
23
# Install rust, x86_64-pc-windows-msvc host
24
24
- 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
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