mirror of
https://github.com/hannobraun/Fornjot
synced 2025-04-17 17:48:29 +00:00
9 lines
164 B
TOML
9 lines
164 B
TOML
[toolchain]
|
|
channel = "1.67.1"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
"aarch64-apple-ios",
|
|
"aarch64-linux-android",
|
|
"wasm32-unknown-unknown",
|
|
]
|