fix(ci): remove rustup update, rely on rust-toolchain.toml#80
fix(ci): remove rustup update, rely on rust-toolchain.toml#80escapedcat merged 1 commit intomasterfrom
Conversation
The CI was broken because rustup update installs latest stable (1.94.1) which hits a recursion limit in matrix-sdk 0.16.0. With rust-toolchain.toml pinning 1.93.0, rustup auto-installs the correct version — no explicit toolchain step needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe pull request removes the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
The CI was broken because rustup update installs latest stable (1.94.1) which hits a recursion limit in matrix-sdk 0.16.0. With rust-toolchain.toml pinning 1.93.0, rustup auto-installs the correct version — no explicit toolchain step needed.
Summary by CodeRabbit