Mention Rust version in `README.md`, since the removal of itertools we now have a hard requirement of 1.29 or higher. (#241)

This commit is contained in:
Marc Brinkmann 2018-09-25 10:04:34 +02:00 committed by GitHub
parent f743e4bc14
commit 5033213692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ _**Note:** Additional examples are currently in progress._
### Build
Requires `rust` and `cargo`: [installation instructions.](https://www.rust-lang.org/en-US/install.html)
Requires Rust 1.29 or higher and `cargo`: [installation instructions.](https://www.rust-lang.org/en-US/install.html) The library is tested against the `stable` release channel.
```
$ cargo build [--release]