mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 13:39:08 +00:00
Closes #ISSUE Before you mark this PR as ready for review, make sure that you have: - [ ] Added a solid test coverage and/or screenshots from doing manual testing - [ ] Done a self-review taking into account security and performance aspects - [ ] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A
9 lines
262 B
TOML
9 lines
262 B
TOML
[toolchain]
|
|
channel = "1.94.1"
|
|
profile = "minimal"
|
|
components = [ "rustfmt", "clippy", "rust-analyzer", "rust-src" ]
|
|
targets = [
|
|
"wasm32-wasip2", # extensions
|
|
"wasm32-unknown-unknown", # gpui on the web
|
|
"x86_64-unknown-linux-musl", # remote server
|
|
]
|