Document supported versions and test minimum#1101
Conversation
Arcterus
left a comment
There was a problem hiding this comment.
We should probably also start testing the minimum supported version on Windows rather than just testing the nightly.
README.md
Outdated
| Rust Version | ||
| ------------ | ||
|
|
||
| coreutils supports and is tested on version `1.20.0` and above (including beta and nightly builds) of `rustc`. |
There was a problem hiding this comment.
coreutils should probably be changed to uutils to keep consistent with the rest of the README.
There was a problem hiding this comment.
Changed.
Should the same be done here? https://github.com/uutils/coreutils#contribute
There was a problem hiding this comment.
Ah, I never noticed that. Yes, please change that one as well.
cb6d268 to
89cb6f1
Compare
|
On Windows: that probably makes sense, but can be done at a later point. Does it make sense to indicate that in the README? |
|
I think so, as currently there are no guarantees that the code works for Windows on stable unless you test it yourself. |
89cb6f1 to
04e9537
Compare
|
Amended the README to include that info. |
|
Thanks, hopefully this will help people get started with the project. |
Fixes #1100