Skip to content

bump default CI toolchain to 1.86#1165

Merged
tomtau merged 2 commits into
masterfrom
fix-ci
Apr 18, 2026
Merged

bump default CI toolchain to 1.86#1165
tomtau merged 2 commits into
masterfrom
fix-ci

Conversation

@tomtau
Copy link
Copy Markdown
Contributor

@tomtau tomtau commented Apr 18, 2026

Summary by CodeRabbit

  • Chores
    • Updated Rust compiler toolchain to 1.86.0 in the CI build pipeline.
    • Suppressed a documentation lint to reduce spurious warnings during checks and documentation builds.

@tomtau tomtau requested a review from a team as a code owner April 18, 2026 07:46
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 267ca37b-32ac-4d31-85d4-224d2ee9bec0

📥 Commits

Reviewing files that changed from the base of the PR and between 3884964 and 7a3f032.

📒 Files selected for processing (1)
  • pest/src/lib.rs
✅ Files skipped from review due to trivial changes (1)
  • pest/src/lib.rs

📝 Walkthrough

Walkthrough

Updated the default Rust toolchain from 1.85.0 to 1.86.0 in the composite GitHub Action and propagated that version bump to multiple CI jobs; also added a crate-level Clippy lint suppression in pest/src/lib.rs.

Changes

Cohort / File(s) Summary
GitHub Actions: toolchain bump
/.github/actions/setup/action.yml, /.github/workflows/ci.yml
Default toolchain input and CI job toolchain strings updated from 1.85.01.86.0 for check, testing, doc, dependency, and hack jobs.
Lint attribute
pest/src/lib.rs
Added #[allow(clippy::doc_overindented_list_items)] crate-level attribute to silence a Clippy doc lint; no API or behavior changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • NoahTheDuke

Poem

🐰 I hopped through CI with a tiny thump,
Swapped one point eight five for one point eight six—bump!
Lints soothed, workflows hum, pipelines in tune,
I nibble on code and hum a bright tune. 🥕✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating the default CI toolchain version from 1.85.0 to 1.86.0 across the action and workflow configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-ci

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@tomtau tomtau enabled auto-merge April 18, 2026 07:46
@tomtau tomtau disabled auto-merge April 18, 2026 07:46
@tomtau tomtau enabled auto-merge (squash) April 18, 2026 07:46
@tomtau tomtau merged commit 52f49b1 into master Apr 18, 2026
8 of 10 checks passed
@tomtau tomtau deleted the fix-ci branch April 18, 2026 07:51
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