0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
denoland-rusty-v8/rust-toolchain.toml

13 lines
287 B
TOML
Raw Normal View History

2022-11-25 08:32:52 -05:00
[toolchain]
channel = "1.82.0"
2022-11-25 08:32:52 -05:00
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",
]