# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: GPL-2.0-or-later # # Pins the Rust toolchain for reproducible builds. Keep in sync with the # SDK image (container/Containerfile, ARG RUST_VERSION). rustup honours this # automatically for local builds outside the SDK container. [toolchain] channel = "1.97.1" components = ["rustfmt", "clippy"]