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
2 files changed,
+2 insertions,
-2 deletions
| 1 |
1 |
|
[toolchain]
|
| 2 |
|
- |
channel = "1.97.1"
|
|
2 |
+ |
channel = "1.98.1"
|
| 3 |
3 |
|
components = ["rustfmt", "clippy"]
|
| 4 |
4 |
|
profile = "minimal"
|
| 1 |
1 |
|
[toolchain]
|
| 2 |
|
- |
channel = "1.97.1"
|
|
2 |
+ |
channel = "1.98.1"
|
| 3 |
3 |
|
components = ["rustfmt", "clippy"]
|