Files
serai/rust-toolchain.toml
Luke Parker b743c9a43e Update Rust version
This causes the Serai node to compile and run again.
2025-08-15 15:26:16 -04:00

6 lines
124 B
TOML

[toolchain]
channel = "1.89"
targets = ["wasm32v1-none"]
profile = "minimal"
components = ["rust-src", "rustfmt", "clippy"]