mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-05 21:15:39 -06:00
5 lines
205 B
TOML
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.86.0"
|
|
components = ["rustfmt", "llvm-tools-preview", "clippy"]
|