Files
Pumpkin/rust-toolchain.toml
2024-08-28 18:56:35 -04:00

7 lines
170 B
TOML

[toolchain]
# Anything in the latest stable version of rust is fine to use.
channel = "stable"
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
]