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

5 lines
114 B
TOML

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