Skip to content

chore: pin rust-toolchain to 1.98.0 to match CI's stable - #589

Merged
getappz merged 2 commits into
masterfrom
chore/pin-rust-toolchain
Aug 22, 2026
Merged

chore: pin rust-toolchain to 1.98.0 to match CI's stable#589
getappz merged 2 commits into
masterfrom
chore/pin-rust-toolchain

Conversation

@getappz

@getappz getappz commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Summary

Opened by claude for item #178 via agentflare.

Local stable (1.97.0) and CI's stable (1.98.0) produced different rustfmt output for nested match expressions — hit while shipping PR #585, causing repeated CI-only fmt failures with no way to reproduce locally.

Adds rust-toolchain.toml pinning to 1.98.0. dtolnay/rust-toolchain@stable (used in .github/workflows/ci.yml) auto-detects this file when no explicit toolchain input is given, so no CI workflow change is needed — verified this repo's usage matches that (no explicit toolchain: input in either the clippy or fmt job).

Test plan

  • Verified locally: rustc --version inside the repo now resolves to 1.98.0 automatically via the pinned file
  • cargo fmt --check and cargo check --workspace clean under the pinned toolchain

CI's dtolnay/rust-toolchain@stable auto-detects this file when no explicit
toolchain input is given, so no workflow change is needed. Fixes a real
local/CI rustfmt formatting mismatch hit while shipping PR #585 -- local
stable (1.97.0) and CI's stable (1.98.0) produced different formatting
for nested match expressions, causing repeated CI-only fmt failures with
no local repro.

Agentflare-Agent: claude-code
Agentflare-Branch: chore/pin-rust-toolchain
@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your current included review allowance is based on your included PR review attempts over the past 7 days.

Next review available in: 45 minutes

Limit details: You’ve used the included review currently available. Your 62 included PR review attempts over the past 7 days set your current allowance at 1 review per hour.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4de5707d-83a8-4c39-9ccc-a2f86070dceb

📥 Commits

Reviewing files that changed from the base of the PR and between e05ac6a and 8f10a64.

📒 Files selected for processing (1)
  • rust-toolchain.toml

Comment @coderabbitai help to get the list of available commands.

@getappz
getappz merged commit 77d7778 into master Aug 22, 2026
16 checks passed
@getappz
getappz deleted the chore/pin-rust-toolchain branch August 22, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant