From 2d59e73fd5ae3def14724086a77bc676f42a5f5f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 15 Dec 2013 20:04:49 +0100 Subject: [PATCH] Specify target version, fixes #26 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdaf5aac9..b0acd8962 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ to compile anywhere, and this is as good a way as any to try and learn it. Contribute ---------- -Contributions are very welcome. 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 +rust 1.0 is released. 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.