2023-05-08 16:25:51 +00:00
|
|
|
[toolchain]
|
2023-08-03 15:32:32 +00:00
|
|
|
channel = "nightly-2023-07-23"
|
2023-05-08 16:25:51 +00:00
|
|
|
components = [ "rustfmt", "rustc-dev", "clippy", "cargo" ]
|
2023-11-08 20:40:25 +00:00
|
|
|
targets = [
|
|
|
|
"x86_64-unknown-linux-musl",
|
2023-11-10 11:58:11 +00:00
|
|
|
"i686-unknown-linux-musl",
|
2023-11-12 09:57:02 +00:00
|
|
|
"aarch64-unknown-linux-musl",
|
|
|
|
"x86_64-pc-windows-gnu"
|
2023-11-08 20:40:25 +00:00
|
|
|
]
|