summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-02-18 12:08:38 +0100
committera-kenji <aks.kenji@protonmail.com>2021-02-22 18:16:23 +0100
commitdbbb0792c9f741ede6655a970545765b5d66bc42 (patch)
treeb63db1dde8ea123efc3f527cbe5449b7f83d32df /rust-toolchain.toml
parent0e10aa882eb8fc9663b8564188cb158903b805c5 (diff)
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?
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index add0516c3..fa54aff15 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 = [ ]