mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
76993057fd
* Rolling to V8 13.0.245.12 Co-authored-by: snek <the@snek.dev>
13 lines
287 B
TOML
13 lines
287 B
TOML
[toolchain]
|
|
channel = "1.81.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",
|
|
]
|