From cdc0aa188e72ee100bd61943cf7c81ac28be9a81 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 21 Apr 2021 15:32:04 +0200 Subject: [PATCH] Rustup to rustc 1.53.0-nightly (6df26f897 2021-04-20) --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index ef7fc7baba251..e5f85be4436fb 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-04-14" +channel = "nightly-2021-04-21" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]