mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
update rust minimum version to 1.27.0 (includes testing)
This commit is contained in:
parent
289c052600
commit
fada9314d7
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,9 @@ language: rust
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
- rust: 1.27.0
|
||||||
|
os: linux
|
||||||
|
env: FEATURES=''
|
||||||
- rust: stable
|
- rust: stable
|
||||||
os: linux
|
os: linux
|
||||||
env: FEATURES=''
|
env: FEATURES=''
|
||||||
|
@ -64,4 +67,3 @@ after_success: |
|
||||||
cargo tarpaulin --out Xml
|
cargo tarpaulin --out Xml
|
||||||
bash <(curl -s https://codecov.io/bash)
|
bash <(curl -s https://codecov.io/bash)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ Requirements
|
||||||
### Rust Version ###
|
### Rust Version ###
|
||||||
|
|
||||||
uutils follows Rust's release channels and is tested against stable, beta and nightly.
|
uutils follows Rust's release channels and is tested against stable, beta and nightly.
|
||||||
The current oldest supported version of the Rust compiler is `1.22.0`.
|
The current oldest supported version of the Rust compiler is `1.27.0`.
|
||||||
|
|
||||||
On both Windows and Redox, only the nightly version is tested currently.
|
On both Windows and Redox, only the nightly version is tested currently.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue