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?
This commit is contained in:
parent
0e10aa882e
commit
dbbb0792c9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@
|
||||||
# version: "nightly-1.0.0"
|
# version: "nightly-1.0.0"
|
||||||
channel = "stable"
|
channel = "stable"
|
||||||
components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
|
components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
|
||||||
targets = [ "wasm32-wasi" ]
|
# targets = [ ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue