Explain rust version requirements in README

This commit is contained in:
Berkus Decker 2020-09-20 22:10:49 +03:00
parent 9fd9612b77
commit 33722e895f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Vesper has been influenced by the kernels in L4 family, notably seL4. Fawn and N
## Build instructions
Use rustc nightly 2020-07-15 with cargo nightly of the same or later date.
Use at least rustc nightly 2020-07-15 with cargo nightly of the same or later date. It adds support for `cargo build --build-std` feature.
Install tools: `cargo install just cargo-make`.
Install qemu (at least version 4.1.1): `brew install qemu`.