Nit: LLVM & Clang latest version is 4.0

This commit is contained in:
omtcyfz 2017-03-21 19:26:19 +03:00 committed by Ben Striegel
parent 58c701f5c7
commit 71020e3836

View File

@ -16,7 +16,7 @@ Read ["Installing Rust"] from [The Book].
1. Make sure you have installed the dependencies:
* `g++` 4.7 or later or `clang++` 3.x
* `g++` 4.7 or later or `clang++` 3.x or later
* `python` 2.7 (but not 3.x)
* GNU `make` 3.81 or later
* `cmake` 3.4.3 or later