Skip to content

Commit 9eede2c

Browse files
committed
Require Rust 1.24.1 or higher
1 parent 6ff85d8 commit 9eede2c

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.travis.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,63 +22,63 @@ matrix:
2222
# Additionally they're moved to the front of the line to get them in the Travis
2323
# OS X build queue first.
2424
- env: TARGET="aarch64-apple-ios;armv7-apple-ios;armv7s-apple-ios;i386-apple-ios;x86_64-apple-ios" DISABLE_TESTS=1
25-
rust: 1.20.0
25+
rust: 1.24.1
2626
os: osx
2727

2828
# Mac builds
2929
# These are also moved to be first because they wait in a long queue with Travis
3030
- env: TARGET=i686-apple-darwin
31-
rust: 1.20.0
31+
rust: 1.24.1
3232
os: osx
3333
- env: TARGET=x86_64-apple-darwin
34-
rust: 1.20.0
34+
rust: 1.24.1
3535
os: osx
3636

3737
# Android
3838
- env: TARGET=aarch64-linux-android DISABLE_TESTS=1
39-
rust: 1.20.0
39+
rust: 1.24.1
4040
- env: TARGET=arm-linux-androideabi DISABLE_TESTS=1
41-
rust: 1.20.0
41+
rust: 1.24.1
4242
- env: TARGET=armv7-linux-androideabi DISABLE_TESTS=1
43-
rust: 1.20.0
43+
rust: 1.24.1
4444
- env: TARGET=i686-linux-android DISABLE_TESTS=1
45-
rust: 1.20.0
45+
rust: 1.24.1
4646
- env: TARGET=x86_64-linux-android DISABLE_TESTS=1
47-
rust: 1.20.0
47+
rust: 1.24.1
4848

4949
# Linux
5050
- env: TARGET=aarch64-unknown-linux-gnu
51-
rust: 1.20.0
51+
rust: 1.24.1
5252
- env: TARGET=arm-unknown-linux-gnueabi
53-
rust: 1.20.0
53+
rust: 1.24.1
5454
- env: TARGET=arm-unknown-linux-musleabi DISABLE_TESTS=1
55-
rust: 1.20.0
55+
rust: 1.24.1
5656
- env: TARGET=armv7-unknown-linux-gnueabihf
57-
rust: 1.20.0
57+
rust: 1.24.1
5858
- env: TARGET=i686-unknown-linux-gnu
59-
rust: 1.20.0
59+
rust: 1.24.1
6060
- env: TARGET=i686-unknown-linux-musl
61-
rust: 1.20.0
61+
rust: 1.24.1
6262
- env: TARGET=mips-unknown-linux-gnu
63-
rust: 1.20.0
63+
rust: 1.24.1
6464
- env: TARGET=mips64-unknown-linux-gnuabi64
65-
rust: 1.20.0
65+
rust: 1.24.1
6666
- env: TARGET=mips64el-unknown-linux-gnuabi64
67-
rust: 1.20.0
67+
rust: 1.24.1
6868
- env: TARGET=mipsel-unknown-linux-gnu
69-
rust: 1.20.0
69+
rust: 1.24.1
7070
- env: TARGET=powerpc-unknown-linux-gnu DISABLE_TESTS=1
71-
rust: 1.20.0
71+
rust: 1.24.1
7272
- env: TARGET=powerpc64-unknown-linux-gnu
73-
rust: 1.20.0
73+
rust: 1.24.1
7474
- env: TARGET=powerpc64le-unknown-linux-gnu
75-
rust: 1.20.0
75+
rust: 1.24.1
7676
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
77-
rust: 1.20.0
77+
rust: 1.24.1
7878
- env: TARGET=x86_64-unknown-linux-gnu
79-
rust: 1.20.0
79+
rust: 1.24.1
8080
- env: TARGET=x86_64-unknown-linux-musl
81-
rust: 1.20.0
81+
rust: 1.24.1
8282

8383
# *BSD
8484
# FreeBSD i686 and x86_64 use BuildBot instead of Travis
@@ -87,7 +87,7 @@ matrix:
8787
# - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1
8888
# - env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
8989
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
90-
rust: 1.20.0
90+
rust: 1.24.1
9191

9292
# Make sure stable is always working too
9393
- env: TARGET=x86_64-unknown-linux-gnu

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations. Support for platforms is split into three tiers:
4444
*do not* block the inclusion of new code. Testing may be run, but
4545
failures in tests don't block the inclusion of new code.
4646

47-
The following targets are all supported by nix on Rust 1.20.0 or newer (unless
47+
The following targets are all supported by nix on Rust 1.24.1 or newer (unless
4848
otherwise noted):
4949

5050
Tier 1:

0 commit comments

Comments
 (0)