From 5abd6f45051eedfbcf21b1f247df2ddb5fcb591c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Fri, 16 Dec 2022 18:51:23 +0100 Subject: [PATCH] Revert rust-toolchain changes --- rust-toolchain | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rust-toolchain b/rust-toolchain index 9670e8a4bcf..6cb4a6feb39 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,5 +1 @@ -# rust-toolchain.toml -[toolchain] -channel = "1.63" -components = [ "rustfmt", "clippy" ] -targets = [ "wasm32-unknown-unknown", "wasm32-wasi" ] \ No newline at end of file +1.63 \ No newline at end of file