Remove reference to 1.4 from README

closes #771
This commit is contained in:
Nick Cameron 2016-01-14 18:39:44 +13:00
parent c024008bd1
commit a37309ca0d

View File

@ -75,8 +75,6 @@ You can run `rustfmt --help` for more information.
## How to build and test
First make sure you've got Rust **1.4.0** or greater available, then:
`cargo build` to build.
`cargo test` to run all tests.