[toolchain] # Pinned to stop rustc / rustfmt / clippy drift across contributor machines # and CI runners. Bumping this version requires: # - cargo fmt --check clean on the new toolchain # - cargo clippy --workspace --all-targets -- -D warnings clean # - cargo test --workspace green # in that order, committed as a hygiene sweep separate from feature work. channel = "1.94.1" components = ["rustfmt", "clippy"] profile = "minimal"