docs: bump README Rust requirement from 1.93.0 to 1.96.1 (fixes #5781) - #5826
Closed
dominikake wants to merge 1 commit into
Closed
docs: bump README Rust requirement from 1.93.0 to 1.96.1 (fixes #5781)#5826dominikake wants to merge 1 commit into
dominikake wants to merge 1 commit into
Conversation
Fixes tinyhumansai#5781 — all 6 README versions (en, zh-CN, de, ja-JP, ko, ur-pk) now match rust-toolchain.toml channel (1.96.1) and CONTRIBUTING.md.
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueWarning Your free Security trial is over. An organization admin can activate Security or dismiss this notice. Comment |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #5781. The README "Contributing from source" instructions tell contributors to install Rust 1.93.0, but
rust-toolchain.tomlpinschannel = "1.96.1"(required byrusqlite 0.40/libsqlite3-sys 0.38viacfg_select!). Following the README leads to build failures.Updated all 6 README versions to match the toolchain pin and
CONTRIBUTING.md:README.mddocs/README.zh-CN.mddocs/README.de.mddocs/README.ja-JP.mddocs/README.ko.mddocs/README.ur-pk.mdAcceptance criteria
Rust 1.96.1rust-toolchain.tomlchannel andCONTRIBUTING.mdprerequisite tableVerification
grep -rn "1.93.0" README.md docs/README.*.md→ no matches; all 6 now readRust 1.96.1.Disclosure
This PR was generated with the assistance of an AI coding agent (opencode) and reviewed by the human contributor before submission.
🤖 Generated with OpenCode