Skip to main content

max / quasi

Pin the toolchain to an exact version, not a floating channel
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-08 23:06 UTC
Signed with PGP, not checked
Commit: 89e1e14979c68132a5858ce4c08827926bf596e7
Parent: 6b1745e
1 file changed, +1 insertion, -1 deletion
@@ -1,4 +1,4 @@
1 1 [toolchain]
2 - channel = "stable"
2 + channel = "1.97.1"
3 3 components = ["rustfmt", "clippy"]
4 4 profile = "minimal"