mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
13 lines
287 B
TOML
13 lines
287 B
TOML
[toolchain]
|
|
channel = "1.79.0"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
"x86_64-apple-darwin",
|
|
"aarch64-apple-darwin",
|
|
"x86_64-unknown-linux-gnu",
|
|
"aarch64-unknown-linux-gnu",
|
|
"x86_64-pc-windows-msvc",
|
|
"aarch64-linux-android",
|
|
"x86_64-linux-android",
|
|
]
|