zed/rust-toolchain.toml
Piotr Osiewicz 515a840e76
build: Bump Rust version to 1.93 (#47358)
Release Notes:

- N/A

---------

Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
2026-01-23 13:22:41 +01:00

8 lines
183 B
TOML

[toolchain]
channel = "1.93"
profile = "minimal"
components = [ "rustfmt", "clippy" ]
targets = [
"wasm32-wasip2", # extensions
"x86_64-unknown-linux-musl", # remote server
]