From fb6839db2d4a6e0239c400a599e691c7ec969ad1 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Thu, 2 Sep 2021 12:45:45 +0100 Subject: [PATCH] Bump nightly version -> 2021-09-02 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 23887f178..8b0563eda 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-08-12" +channel = "nightly-2021-09-02" components = ["llvm-tools-preview", "rustc-dev", "rust-src"]