miden-crypto/rust-toolchain.toml
2025-03-13 13:36:22 -07:00

5 lines
133 B
TOML

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