Files
os/rust-toolchain.toml
Bryan McShea 42b47201fe initial commit
2024-01-16 00:15:13 -05:00

6 lines
134 B
TOML

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