Bump the minimum Rust version to 1.30.1, following Cranelift's policy.
This commit is contained in:
@@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- 1.30.1
|
||||||
# The version of rust in the latest Ubuntu LTS, currently Bionic.
|
|
||||||
- 1.25.0
|
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
@@ -13,6 +11,9 @@ matrix:
|
|||||||
# fail, so we don't allow them to hold up people using stable.
|
# fail, so we don't allow them to hold up people using stable.
|
||||||
- rust: beta
|
- rust: beta
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
# Similarly, we don't need to hold up people using stable while we wait
|
||||||
|
# for the results which may fail.
|
||||||
|
fast_finish: true
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user