From acfc24fb964d1080c9e6361216c00bcb236f73d9 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 26 Jul 2021 15:43:46 -0700 Subject: [PATCH] Fix the dev-static date for 1.54.0 The test artifacts are under today's date, 2021-07-26, not release day on the 29th. --- posts/inside-rust/2021-07-26-1.54.0-prerelease.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2021-07-26-1.54.0-prerelease.md b/posts/inside-rust/2021-07-26-1.54.0-prerelease.md index dab7d27d5..4c877ad94 100644 --- a/posts/inside-rust/2021-07-26-1.54.0-prerelease.md +++ b/posts/inside-rust/2021-07-26-1.54.0-prerelease.md @@ -14,7 +14,7 @@ You can try it out locally by running: RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable ``` -The index is . You +The index is . You can leave feedback on the [internals thread][internals]. [relnotes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1540-2021-07-29