From: Ian Jackson Date: Thu, 15 Jul 2021 18:26:58 +0000 (+0100) Subject: docs: Document that we tested with current nightly X-Git-Tag: otter-0.7.2~61 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=024bf457eabc8d9f2b17c2b76524fae680d55ad1;p=otter.git docs: Document that we tested with current nightly Signed-off-by: Ian Jackson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6badf6c6..9cc5df96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,6 +110,7 @@ Internal docs improvements: Build system and dependencies: * Update many dependencies to new versions. + * Tested build with Rust nightly-2021-07-15. * Dependencies on tera templating engine slightly rationalised. * Maekfile: avoid rebuilding the otter cli over and over again, by touching it when we rebuild it. diff --git a/docs/build.rst b/docs/build.rst index 19ba2050..24cad3d3 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -50,7 +50,7 @@ Setup version of Otter you have. The following is known to work with Otter 0.7.1:: - rustup default nightly-2021-06-08 # downloads e4a603270 2021-06-07 + rustup default nightly-2021-07-15 # downloads 2f391da2e 2021-07-14 **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.**