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

View file

@ -1,8 +1,9 @@
uutils coreutils uutils coreutils
================ ================
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/coreutils/blob/master/LICENSE)
[![Build Status](https://api.travis-ci.org/uutils/coreutils.svg?branch=master)](https://travis-ci.org/uutils/coreutils) [![Build Status](https://api.travis-ci.org/uutils/coreutils.svg?branch=master)](https://travis-ci.org/uutils/coreutils)
[![Build status](https://ci.appveyor.com/api/projects/status/xhlsa439de5ogodp?svg=true)](https://ci.appveyor.com/project/jbcrail/coreutils-o0l0r) [![Build status](https://ci.appveyor.com/api/projects/status/787ltcxgy86r20le?svg=true)](https://ci.appveyor.com/project/Arcterus/coreutils)
uutils is an attempt at writing universal (as in cross-platform) CLI 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 utils in [Rust](http://www.rust-lang.org). This repo is to aggregate the GNU
@ -158,7 +159,7 @@ To do
- dd - dd
- df - df
- dircolors - dircolors
- expr - expr (almost done, no regular expressions)
- getlimits - getlimits
- install - install
- join - join