From 2ab831be058df6a20eae5b220f66ced98b0e3eab Mon Sep 17 00:00:00 2001 From: Kearney <191615342@qq.com> Date: Tue, 29 Jun 2021 22:57:33 +0800 Subject: [PATCH] update nightly version to make it work from "nightly-2021-04-25" to "nightly-2021-06-27" --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 268f9495..78957813 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2021-04-25" +channel = "nightly-2021-06-27" components = ["llvm-tools-preview"] targets = ["aarch64-unknown-none-softfloat"]