mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Document supported versions and test minimum
This commit is contained in:
parent
ef4d09ee3c
commit
04e95373bf
2 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,12 @@ matrix:
|
|||
- rust: stable
|
||||
os: osx
|
||||
env: FEATURES=''
|
||||
- rust: 1.20.0
|
||||
os: linux
|
||||
env: FEATURES=''
|
||||
- rust: 1.20.0
|
||||
os: osx
|
||||
env: FEATURES=''
|
||||
- rust: beta
|
||||
os: linux
|
||||
env: FEATURES=''
|
||||
|
|
|
@ -21,6 +21,13 @@ are either old, abandoned, hosted on CVS, written in platform-specific C, etc.
|
|||
Rust provides a good, platform-agnostic way of writing systems utils that are easy
|
||||
to compile anywhere, and this is as good a way as any to try and learn it.
|
||||
|
||||
Rust Version
|
||||
------------
|
||||
|
||||
uutils supports and is tested on version `1.20.0` and above (including beta and nightly builds) of `rustc`.
|
||||
|
||||
On Windows, only the nightly version is tested currently.
|
||||
|
||||
Build Instructions
|
||||
------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue