From: Ian Jackson Date: Wed, 9 Jun 2021 16:50:14 +0000 (+0100) Subject: docs: build.rst: Document tested version of Nightly Rust X-Git-Tag: otter-0.7.1~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ea3058b9ed203305e0c3e369ac38155bcd1409d2;p=otter.git docs: build.rst: Document tested version of Nightly Rust Signed-off-by: Ian Jackson --- diff --git a/docs/build.rst b/docs/build.rst index d90eb5af..5b82cb6f 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -47,10 +47,10 @@ Setup Unfortunately, it is possible that the Rust Nightly you find when you run this is missing some pieces, or is not compatible with the - version of Otter you have. The following is known to work (with - otter from the time of writing):: + version of Otter you have. The following is known to work with + Otter 0.7.1:: - rustup default nightly-2021-04-13 + rustup default nightly-2021-06-07 **If you just want to run the otter cli client over ssh to an existing server, or edit and preview the shape libraries (ie the piece shapes) you can stop here.**