chiark / gitweb /
docs: build.rst: Document tested version of Nightly Rust
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 9 Jun 2021 16:50:14 +0000 (17:50 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 10 Jun 2021 12:48:54 +0000 (13:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
docs/build.rst

index d90eb5af0a6ceb4fe79bf09c5b199b6c61d80e06..5b82cb6fa0d65665f363f9d6e9a03a0895029bf3 100644 (file)
@@ -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.**