summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2014-07-10 22:20:52 +0100
committerBen S <ogham@bsago.me>2014-07-10 22:20:52 +0100
commit90099f28cfa31af316f78ee3a5c1ab536d680fd3 (patch)
tree4d8b15c84bdb55c5636a7ed8397cca62b251ffb4 /README.md
parentfc90f4bfc93b5f9ce948ee9fa1d06dc1e9884e88 (diff)
Upgrade to latest Rust nightly
- change to_string() on numbers to to_str()
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.