Skip to content

Commit fbfb70c

Browse files
committed
arm-unknown-linux-musleabi is only supported on Rust 1.14+
1 parent 46e77b5 commit fbfb70c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ matrix:
5050
- env: TARGET=arm-unknown-linux-gnueabi
5151
rust: 1.13.0
5252
- env: TARGET=arm-unknown-linux-musleabi
53-
rust: 1.13.0
53+
rust: 1.14.0
5454
- env: TARGET=armv7-unknown-linux-gnueabihf
5555
rust: 1.13.0
5656
- env: TARGET=i686-unknown-linux-gnu
@@ -131,7 +131,7 @@ matrix:
131131
- env: TARGET=mips64el-unknown-linux-gnuabi64
132132
rust: 1.13.0
133133
- env: TARGET=arm-unknown-linux-musleabi
134-
rust: 1.13.0
134+
rust: 1.14.0
135135
- env: TARGET=s390x-unknown-linux-gnu
136136
rust: 1.13.0
137137

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Tier 2:
7777

7878
Tier 3:
7979
* aarch64-apple-ios
80-
* arm-unknown-linux-musleabi
80+
* arm-unknown-linux-musleabi (requires Rust >= 1.14)
8181
* armv7-apple-ios
8282
* armv7s-apple-ios
8383
* i386-apple-ios

0 commit comments

Comments
 (0)