Skip to main content

max / synckit

Pin rustc 1.98.1, the current stable Ruled 2026-09-08: the tree tracks latest stable and lagging is what needs an argument. 1.98.1 released 2026-09-01; the tree was on 1.97.1. Checked with `cargo check --all-targets --all-features` on the new compiler before this landed. No new lints, no new errors.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01WFBzMprSmNCfvdj2cGZyka
Author: Max Johnson <me@maxj.phd> · 2026-09-08 21:44 UTC
Signed with PGP, not checked
Commit: 799f3599fdbd26f9e0e5a82bd6f96d530cc02ffa
Parent: 4689c4f
1 file changed, +1 insertion, -1 deletion
@@ -6,6 +6,6 @@
6 6 # Per-directory, so this pins the repo without touching either machine default
7 7 # toolchain. rustup installs the version on demand.
8 8 [toolchain]
9 - channel = "1.97.1"
9 + channel = "1.98.1"
10 10 profile = "minimal"
11 11 components = ["rustfmt", "clippy"]