# Pin the toolchain for reproducible builds. tru is edition 2021 and builds on
# stable; the strata (nebu) dependency is edition 2024, so stable โฅ 1.85 is
# required โ the current stable channel satisfies it.
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt"]