From 90099f28cfa31af316f78ee3a5c1ab536d680fd3 Mon Sep 17 00:00:00 2001 From: Ben S Date: Thu, 10 Jul 2014 22:20:52 +0100 Subject: Upgrade to latest Rust nightly - change to_string() on numbers to to_str() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 94e65db..799e2f4 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ Options Installation ------------ -exa is written in [Rust](http://www.rust-lang.org). It compiles with Rust 0.11, the latest version - 0.10 will not do, as there have been too many breaking changes since. You will also need [Cargo](http://crates.io), the Rust package manager. Once you have them both set up, a simple `cargo build` will pull in all the dependencies and compile exa. +exa is written in [Rust](http://www.rust-lang.org). You'll have to use the nightly -- I try to keep it up to date with the latest version when possible. You will also need [Cargo](http://crates.io), the Rust package manager. Once you have them both set up, a simple `cargo build` will pull in all the dependencies and compile exa. -- cgit v1.2.3