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:
parent
5e5f17120b
commit
07e1f59833
2 changed files with 6 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
uutils coreutils
|
||||
================
|
||||
|
||||
[](https://github.com/uutils/coreutils/blob/master/LICENSE)
|
||||
[](https://travis-ci.org/uutils/coreutils)
|
||||
[](https://ci.appveyor.com/project/jbcrail/coreutils-o0l0r)
|
||||
[](https://ci.appveyor.com/project/Arcterus/coreutils)
|
||||
|
||||
uutils is an attempt at writing universal (as in cross-platform) CLI
|
||||
utils in [Rust](http://www.rust-lang.org). This repo is to aggregate the GNU
|
||||
|
@ -158,7 +159,7 @@ To do
|
|||
- dd
|
||||
- df
|
||||
- dircolors
|
||||
- expr
|
||||
- expr (almost done, no regular expressions)
|
||||
- getlimits
|
||||
- install
|
||||
- join
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue