Skip to main content

max / makenotwork

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: c0306e3951d811244651ae932a304fe7196bf6b1
Parent: b084fb9
1 file changed, +1 insertion, -1 deletion
@@ -1,4 +1,4 @@
1 1 [toolchain]
2 - channel = "stable"
2 + channel = "1.97.1"
3 3 profile = "minimal"
4 4 components = ["rustfmt", "clippy"]