Skip to main content

max / makeover-geometry

Pin the toolchain to an exact version, not a floating channel fw13 and astra both report rustfmt "1.9.0-stable" while building from 1.97.1 and 1.95.0, and the two disagree on breaking struct literals and inline if-else. The sweep fmt cell was measuring which machine formatted a repo last rather than whether it was formatted, and "stable" does not fix that.
Author: Max Johnson <me@maxj.phd> · 2026-08-08 22:49 UTC
Signed with PGP, not checked
Commit: 6bf09e21e0c66f33094edfb554c74a65deae54ad
Parent: d7c88f2
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"]