From 33722e895f813034d495355b6322ca7d47047a11 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 20 Sep 2020 22:10:49 +0300 Subject: [PATCH] Explain rust version requirements in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3466d14..9c9d5fb 100644 --- a/README.md +++ b/README.md @@ -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`.