-
Notifications
You must be signed in to change notification settings - Fork 182
chore: bump rust toolchain to 1.92.0 #6336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe PR updates the Rust toolchain from 1.91.0 to 1.92.0, adjusts debug profiling settings in Cargo.toml to enable line-table-only debug information in dev builds with unpacked split-debuginfo, suppresses debug info for dependencies, and performs import cleanup in two source files. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used🧠 Learnings (8)📓 Common learnings📚 Learning: 2025-08-07T13:39:15.107ZApplied to files:
📚 Learning: 2025-08-08T12:10:45.218ZApplied to files:
📚 Learning: 2025-10-17T09:36:15.757ZApplied to files:
📚 Learning: 2025-08-08T12:10:45.218ZApplied to files:
📚 Learning: 2025-08-07T13:39:29.732ZApplied to files:
📚 Learning: 2025-08-07T13:39:36.962ZApplied to files:
📚 Learning: 2025-08-08T12:11:55.266ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (21)
🔇 Additional comments (4)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
| debug = "line-tables-only" | ||
| split-debuginfo = "unpacked" | ||
|
|
||
| # Avoid generating any debug information for dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh cool, I wonder if we could now run the coverage on a regular GH worker?
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links
https://releases.rs/docs/1.92.0/
Change checklist
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.