Files
bootler/rust-toolchain.toml
2026-03-03 22:01:49 +01:00

6 lines
112 B
TOML

[toolchain]
channel = "nightly"
components = ["rust-src"]
targets = ["x86_64-unknown-none"]
profile = "default"