Pin the scaffold template to the tree toolchain
The template's rust-toolchain.toml named "stable" while every other tree in
~/Code names 1.97.1, which is what the new toolchain check exits 1 on.
Ruled 2026-08-31 (infra 9b98329d): the template follows the tree pin rather
than becoming the exemption list's first entry. The file states the toolchain
the template is built and tested on, which is the only one we can honestly
claim it works under. A generated app is free to edit the line.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
1 file changed,
+1 insertion,
-1 deletion
| 1 |
1 |
|
[toolchain]
|
| 2 |
|
- |
channel = "stable"
|
|
2 |
+ |
channel = "1.97.1"
|
| 3 |
3 |
|
components = ["rustfmt", "clippy"]
|