diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -22,7 +22,13 @@ Requires latest stable Rust to compile. Contributions welcome, see ## Building and Running -Requires Rust 1.28 or newer to build. +### Rust Version 1.31 or above required + +Roughenough version 1.1.2 and above use +[2018 edition](https://rust-lang-nursery.github.io/edition-guide/rust-2018/index.html) +features and need Rust 1.31 or newer to build. + +### Building ```bash # Build roughenough |