mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #1101 from skade/document-base-version
Document supported versions and test minimum
This commit is contained in:
commit
5f8c506a32
2 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,12 @@ matrix:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
os: osx
|
os: osx
|
||||||
env: FEATURES=''
|
env: FEATURES=''
|
||||||
|
- rust: 1.20.0
|
||||||
|
os: linux
|
||||||
|
env: FEATURES=''
|
||||||
|
- rust: 1.20.0
|
||||||
|
os: osx
|
||||||
|
env: FEATURES=''
|
||||||
- rust: beta
|
- rust: beta
|
||||||
os: linux
|
os: linux
|
||||||
env: FEATURES=''
|
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
|
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.
|
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
|
Build Instructions
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue