ghost-node/rust-toolchain.toml
Uncle Stretch cc45fb5f9c
pin compiler version to fixed 1.93.1
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2026-09-13 11:14:21 +03:00

5 lines
115 B
TOML

[toolchain]
channel = "1.93.1"
components = ["rustfmt", "clippy", "rust-src"]
targets = ["wasm32-unknown-unknown"]