Files
zed/rust-toolchain.toml
Piotr Osiewicz a90abb1009 Bump Rust to 1.90 (#38436)
Release Notes:

- N/A

---------

Co-authored-by: Nia Espera <nia@zed.dev>
Co-authored-by: Julia Ryan <juliaryan3.14@gmail.com>
2025-09-22 14:36:10 -07:00

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
]