docs: fix Rust version 1.93.0 → 1.96.1 in 6 READMEs (Fixes #5781) - #5798
docs: fix Rust version 1.93.0 → 1.96.1 in 6 READMEs (Fixes #5781)#5798yunaremaia wants to merge 1 commit into
Conversation
Fixes tinyhumansai#5781 — rust-toolchain.toml pins 1.96.1 (cfg_select! stabilized) but 6 README files still documented 1.93.0. Updated all to match. Files: - README.md (line 161) - docs/README.zh-CN.md (line 158) - docs/README.ur-pk.md - docs/README.ko.md - docs/README.ja-JP.md - docs/README.de.md Detected and fixed via driftcheck v0.1.3 (--fix mode).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe contributor prerequisites in all six README translations now require Rust 1.96.1 instead of Rust 1.93.0. ChangesRust prerequisite documentation
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This change only corrects Rust-version references in six README files to match the pinned toolchain, with no runtime or production behavior impact; no actionable merge-blocking risk remains. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (6 skipped: 6 unsupported.) Warning Your free Security trial is over. An organization admin can activate billing to continue. Comment |
Fixes #5781 —
rust-toolchain.tomlpins 1.96.1 (cfg_select! stabilized in 1.96) but 6 README files still documented 1.93.0.Updated all 6 files to match the toolchain:
Detected and fixed via
driftcheck --fix(v0.1.3).All 6 files verified against current
rust-toolchain.toml= 1.96.1 (comment references rusqlite 0.40 / libsqlite3-sys 0.38 requiring cfg_select!).Summary by CodeRabbit