Note that Rust 1.15 is required

This commit is contained in:
Matt Green 2017-04-17 12:52:46 -04:00
parent eea9428f41
commit 912ed136f1
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Run `make` when any file in `lib` or `src` changes:
### Cargo
watchexec requires Rust 1.9 or later. You can install it using cargo:
watchexec requires Rust 1.15 or later. You can install it using cargo:
$ cargo install watchexec
@ -92,7 +92,7 @@ Use the GitHub Releases tab to obtain the binary. In the future, I'll look at ad
## Building
Rust 1.9 or later is required.
Rust 1.15 or later is required.
## Credits