# Pin the toolchain used to build dnoise for the paper (see Performance / SI
# Reproducibility). Cargo.toml's rust-version = "1.85" is the minimum supported
# (MSRV); this file pins the exact toolchain the published binary was built with.
[]
= "1.97.1"
# CI and `just check` run fmt + clippy under this pinned toolchain, so the
# components must be pinned with it (the CI action only adds them to stable).
= ["rustfmt", "clippy"]