mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 10:20:51 +00:00
chore: add targets to rust-toolchain.toml (#2581)
This commit is contained in:
parent
a9f865d828
commit
cc63d3d048
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.70"
|
channel = "1.70"
|
||||||
components = [ "rustfmt" ]
|
components = [ "rustfmt" ]
|
||||||
|
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-wasi" ]
|
||||||
|
|
Loading…
Reference in a new issue