# Pinned to an exact version, not "stable". fw13 and astra both reported # rustfmt "1.9.0-stable" while running builds from 1.97.1 and 1.95.0, and the # two disagree on breaking struct literals and inline if-else, so a floating # channel leaves the sweep fmt cell measuring which machine formatted last. # # Per-directory, so this pins the repo without touching either machine default # toolchain. rustup installs the version on demand. [toolchain] channel = "1.97.1" profile = "minimal" components = ["rustfmt", "clippy"]