From dbbb0792c9f741ede6655a970545765b5d66bc42 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 18 Feb 2021 12:08:38 +0100 Subject: [PATCH] Remove Target from toolchain file. Maybe it makes sense to not define the targets in the file for now if we decide to use it at all - they could be a lot and hard to maintain? --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index add0516c..fa54aff1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -5,4 +5,4 @@ # version: "nightly-1.0.0" channel = "stable" components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"] -targets = [ "wasm32-wasi" ] +# targets = [ ]