Skip to content

Commit 04e9537

Browse files
committed
Document supported versions and test minimum
1 parent ef4d09e commit 04e9537

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ matrix:
77
- rust: stable
88
os: osx
99
env: FEATURES=''
10+
- rust: 1.20.0
11+
os: linux
12+
env: FEATURES=''
13+
- rust: 1.20.0
14+
os: osx
15+
env: FEATURES=''
1016
- rust: beta
1117
os: linux
1218
env: FEATURES=''

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ are either old, abandoned, hosted on CVS, written in platform-specific C, etc.
2121
Rust provides a good, platform-agnostic way of writing systems utils that are easy
2222
to compile anywhere, and this is as good a way as any to try and learn it.
2323

24+
Rust Version
25+
------------
26+
27+
uutils supports and is tested on version `1.20.0` and above (including beta and nightly builds) of `rustc`.
28+
29+
On Windows, only the nightly version is tested currently.
30+
2431
Build Instructions
2532
------------------
2633

0 commit comments

Comments
 (0)