Files
zed/rust-toolchain.toml
Piotr Osiewicz 975a76bbf0 Bump Rust version to 1.92 (#44649)
Release Notes:

- N/A

---------

Co-authored-by: Julia Ryan <juliaryan3.14@gmail.com>
2025-12-17 01:42:04 +01:00

9 lines
183 B
TOML

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