1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Fix AppVeyor (hopefully) and change targeted Rust version

This commit is contained in:
Arcterus 2016-01-10 13:42:32 -08:00
parent 5e5f17120b
commit 07e1f59833
2 changed files with 6 additions and 5 deletions

View file

@ -1,9 +1,9 @@
Contributing to coreutils
=========================
Contributions are very welcome, and should target Rust's master branch until
Rust 1.0 is released. You may *claim* an item on the to-do list by following
these steps:
Contributions are very welcome, and should target Rust's master branch until the
standard libraries are stabilized. You may *claim* an item on the to-do list by
following these steps:
1. Open an issue named "Implement [the utility of your choice]", e.g. "Implement ls"
2. State that you are working on this utility.