Skip to main content

max / audiofiles

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: 29a5078ba4b2c8a7dd67eec055d3e3de15c57af1
Parent: 5911c60
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"]