| ci-bench: cross-platform CI race scaffold (rickub CI vs GitHub Actions) | 1 | # Pin the toolchain: identical rustc on every platform is part of the pinned |
| 2 | # workload. 1.85.0 is the minimum for clap_builder 4.6.x (edition 2024). | |
| 3 | [toolchain] | |
| 4 | channel = "1.85.0" | |
| 5 | profile = "minimal" |