From 0bbb8b41e077c0cfef2f6164c7c027825c6f8106 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 14 Jul 2022 11:24:05 -0700 Subject: [PATCH] Add example of dated nightly toolchain version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c59b47c..eb31ce7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ All inputs are optional. toolchain - Rustup toolchain specifier e.g. stable, nightly, 1.42.0. + Rustup toolchain specifier e.g. stable, nightly, 1.42.0, nightly-2022-01-01. Important: the default is to match the @rev as described above.