Document supported versions and test minimum

This commit is contained in:
Florian Gilcher 2017-12-04 15:22:41 +01:00
parent ef4d09ee3c
commit 04e95373bf
2 changed files with 13 additions and 0 deletions

View file

@ -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=''

View file

@ -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
------------------