Files
oak-gpui/rust-toolchain.toml
T
2024-09-06 00:40:44 +02:00

6 lines
217 B
TOML

[toolchain]
channel = "1.81"
profile = "minimal"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "wasm32-wasip1", "x86_64-pc-windows-msvc" ]