mirror of
https://github.com/hannobraun/Fornjot
synced 2026-07-18 12:35:34 +00:00
ed155a5208
I'm not sure why we were hardcoding a specific version before. I'm sure it made sense way back when.
9 lines
181 B
TOML
9 lines
181 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = ["clippy", "rustfmt", "rust-analyzer"]
|
|
targets = [
|
|
"aarch64-apple-ios",
|
|
"aarch64-linux-android",
|
|
"wasm32-unknown-unknown",
|
|
]
|