Files
Pac-Man/rust-toolchain.toml
2025-09-18 13:18:14 -05:00

5 lines
205 B
TOML

[toolchain]
# we are unfortunately pinned to 1.86.0 for some reason, bulk-memory-opt related issues on wasm32-unknown-emscripten
channel = "1.87.0"
components = ["rustfmt", "llvm-tools-preview", "clippy"]