Files
ore/rust-toolchain.toml
Hardhat Chad c312761742 Initial commit
2024-01-07 15:24:54 +00:00

7 lines
204 B
TOML

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