# Pin the toolchain channel so every contributor and CI builds zc with a
# toolchain that can actually compile it. The crate's dependency tree requires
# Rust >= 1.87 and Cargo.lock is lockfile v4 (>= 1.78) — the old "Rust 1.75"
# claim was false (audit critical #4). "stable" matches CI's
# dtolnay/rust-toolchain@stable and is always >= the 1.87 floor.
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]