diff options
author | Stuart Stock <stuart@int08h.com> | 2019-01-19 15:55:45 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-01-19 15:55:45 -0600 |
commit | d56adfdc0df8a3611fc9d84a4bd5f6f6680bf4d2 (patch) | |
tree | d2c361cd4f1e2b1039c7881e7b149a81ea6ab56f | |
parent | b8ac5321249c7d9c52479c0e784e9f30fe33594a (diff) | |
download | roughenough-d56adfdc0df8a3611fc9d84a4bd5f6f6680bf4d2.zip |
Update minimum Rust version
-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 |