chiark / gitweb /
docs: Document that we tested with current nightly
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jul 2021 18:26:58 +0000 (19:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jul 2021 18:26:58 +0000 (19:26 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
CHANGELOG.md
docs/build.rst

index 6badf6c6022640990f91dec3c90ce24b33e9e2ea..9cc5df965f9f31bfb621f07bf4f3c3f2861a8fdf 100644 (file)
@@ -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.
index 19ba2050f0b4c3d85e54629a0c824f4e6b0f77d8..24cad3d308f0365feacccc1b2cf48d4e9bea4ca4 100644 (file)
@@ -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.**