From 6fa5eb1724a4d0b2dd1c0be843b46abffd6563d1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Jul 2021 22:31:25 +0100 Subject: [PATCH] docs: Document that we need miri for testing Signed-off-by: Ian Jackson --- docs/build.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build.rst b/docs/build.rst index abba2fb6..024a33bb 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -44,6 +44,7 @@ Setup rustup default nightly rustup target add wasm32-unknown-unknown + rustup component add miri # for the tests Unfortunately, it is possible that the Rust Nightly you find when you run this is missing some pieces, or is not compatible with the -- 2.30.2