1 2 3 4 5 6 7 8
# Rust toolchain configuration for reproducible builds # See: https://rust-lang.github.io/rustup/overrides.html [toolchain] channel = "1.89" components = ["rustfmt", "clippy", "llvm-tools-preview"] targets = ["wasm32-unknown-unknown"] profile = "default"