From 1517aa6c45608a5321c9bac111e2edfe0562312e Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 26 Apr 2021 11:58:15 +0200 Subject: [PATCH] Pin to nighlty 2021-04-23 Rustfmt doesn't build on current nighlty --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 09f9a2a1..0f2cba65 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly" +channel = "nightly-2021-04-23" components = ["rustfmt", "clippy", "rust-analysis"] targets = ["wasm32-wasi"]