Files
ore/rust-toolchain.toml
2024-02-13 07:17:12 +00:00

6 lines
182 B
TOML

[toolchain]
channel = "1.70.0"
components = [ "rustfmt", "rust-analyzer" ]
targets = [ "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin"]
profile = "minimal"