Release Notes: - N/A --------- Co-authored-by: Nia Espera <nia@zed.dev> Co-authored-by: Julia Ryan <juliaryan3.14@gmail.com>
9 lines
183 B
TOML
9 lines
183 B
TOML
[toolchain]
|
|
channel = "1.90"
|
|
profile = "minimal"
|
|
components = [ "rustfmt", "clippy" ]
|
|
targets = [
|
|
"wasm32-wasip2", # extensions
|
|
"x86_64-unknown-linux-musl", # remote server
|
|
]
|