Files
ore/rust-toolchain.toml
2024-07-01 14:53:09 -05:00

6 lines
182 B
TOML

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