diff options
author | Stuart Stock <stuart@int08h.com> | 2019-01-19 16:06:16 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-01-19 16:06:16 -0600 |
commit | bdf087db2f5ebcadf31bd0968b690daa25820489 (patch) | |
tree | bb30dc61a4777b38bd01a459f53c7152f0af4d60 | |
parent | 45498500bb05b3007756b4020e20b307dfb8601c (diff) | |
download | roughenough-bdf087db2f5ebcadf31bd0968b690daa25820489.zip |
Readme update
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -22,11 +22,10 @@ Requires latest stable Rust to compile. Contributions welcome, see ## Building and Running -### Rust Version 1.31 or above required +### Rust 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. +Roughenough uses [2018 edition](https://rust-lang-nursery.github.io/edition-guide/rust-2018/index.html) +features and requires Rust 1.31 or newer to build. ### Building |