Skip to content

Commit 62b5992

Browse files
authored
Auto merge of #3226 - alexcrichton:more-cross, r=alexcrichton
Download more cross builds
2 parents 9a0801d + 1303803 commit 62b5992

File tree

3 files changed

+27
-24
lines changed

3 files changed

+27
-24
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/etc/install-deps.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
'i686-unknown-linux-gnu',
2626
'mips-unknown-linux-gnu',
2727
'mipsel-unknown-linux-gnu',
28+
'mips64-unknown-linux-gnuabi64',
29+
'mips64el-unknown-linux-gnuabi64',
30+
's390x-unknown-linux-gnu',
2831
'powerpc-unknown-linux-gnu',
2932
'powerpc64-unknown-linux-gnu',
3033
'powerpc64le-unknown-linux-gnu',

src/rustversion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2016-09-05
1+
2016-10-21

0 commit comments

Comments
 (0)