Files
blog_os/rust-toolchain.toml
2023-04-30 17:16:23 +02:00

6 lines
134 B
TOML

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