From 4a4d70438441a200e0f4107ed8cbffbb83b5d73c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 17 Jul 2020 15:57:32 +0200 Subject: [PATCH] Add note about minimum required nightly version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac443282..5abbae6d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ This repository contains the source code for the [A Minimal Rust Kernel][post] p ## Building -This project required a nightly version of Rust. You can build the project by running: +This project requires a nightly version of Rust because it uses some unstable features. At least nightly _2020-07-15_ is required for building. You might need to run `rustup update nightly --force` to update to the latest nightly even if some components such as `rustfmt` are missing it. + +You can build the project by running: ``` cargo build