Skip to main content

max / quasi

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
Author: Max Johnson <me@maxj.phd> · 2026-08-31 13:56 UTC
Signed with PGP, not checked
Commit: 7a7bc3f9a386a4441fd8ffaff4aca97f5b0b45af
Parent: 40c353d
1 file changed, +1 insertion, -1 deletion
@@ -1,3 +1,3 @@
1 1 [toolchain]
2 - channel = "stable"
2 + channel = "1.97.1"
3 3 components = ["rustfmt", "clippy"]