docs: mark rust-1.95 compatibility audit as historical record#563
Conversation
The audit predates the actual MSRV bump and still says "Current MSRV: 1.92", which can mislead readers who land here today. Add a callout at the top that points to the live policy files (`Cargo.toml`, `rust-toolchain.toml`, `policy/clippy-lints.toml`) and notes the audit's "Current MSRV" line is point-in-time.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
There was a problem hiding this comment.
Code Review
This pull request updates the docs/audits/rust-1.95-compatibility.md file to include a historical record notice. This addition clarifies that the audit was conducted prior to the workspace MSRV bump from 1.92 to 1.95, which has since been merged into the main branch. There are no review comments to address, and I have no further feedback to provide.
Summary
docs/audits/rust-1.95-compatibility.mdstill leads with Current MSRV: 1.92 and Target MSRV: 1.95 (proposed), which was accurate when the audit was run on 2026-05-08 but is misleading now that the bump has landed. Add a top-of-doc callout that:Cargo.toml(`rust-version = "1.95"`),rust-toolchain.toml(`channel = "1.95"`),policy/clippy-lints.toml(`msrv = "1.95"`).Pure docs change — 7 lines added, audit body untouched.
Validation
Test plan