warden-worker/rust-toolchain.toml
2025-12-14 14:45:31 +00:00

9 lines
278 B
TOML

[toolchain]
# Pin the toolchain to keep builds reproducible across machines/CI.
# Update this intentionally (and together with Cargo.lock) when you want to upgrade.
channel = "1.91.1"
profile = "minimal"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]