domani/rust-toolchain.toml

10 lines
242 B
TOML
Raw Normal View History

2023-05-08 16:25:51 +00:00
[toolchain]
channel = "1.76.0"
components = [ "rustfmt", "rustc-dev", "clippy", "cargo", "rust-std" ]
targets = [
"x86_64-unknown-linux-musl",
2023-11-10 11:58:11 +00:00
"i686-unknown-linux-musl",
"aarch64-unknown-linux-musl",
"x86_64-pc-windows-gnu"
]