Skip to content

Commit

Permalink
arm-unknown-linux-musleabi is only supported on Rust 1.14+
Browse files Browse the repository at this point in the history
  • Loading branch information
Susurrus committed Jul 9, 2017
1 parent 46e77b5 commit fbfb70c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ matrix:
- env: TARGET=arm-unknown-linux-gnueabi
rust: 1.13.0
- env: TARGET=arm-unknown-linux-musleabi
rust: 1.13.0
rust: 1.14.0
- env: TARGET=armv7-unknown-linux-gnueabihf
rust: 1.13.0
- env: TARGET=i686-unknown-linux-gnu
Expand Down Expand Up @@ -131,7 +131,7 @@ matrix:
- env: TARGET=mips64el-unknown-linux-gnuabi64
rust: 1.13.0
- env: TARGET=arm-unknown-linux-musleabi
rust: 1.13.0
rust: 1.14.0
- env: TARGET=s390x-unknown-linux-gnu
rust: 1.13.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Tier 2:

Tier 3:
* aarch64-apple-ios
* arm-unknown-linux-musleabi
* arm-unknown-linux-musleabi (requires Rust >= 1.14)
* armv7-apple-ios
* armv7s-apple-ios
* i386-apple-ios
Expand Down

0 comments on commit fbfb70c

Please sign in to comment.