Skip to content

docs: bump README Rust requirement from 1.93.0 to 1.96.1 (fixes #5781) - #5826

Closed
dominikake wants to merge 1 commit into
tinyhumansai:mainfrom
dominikake:main
Closed

docs: bump README Rust requirement from 1.93.0 to 1.96.1 (fixes #5781)#5826
dominikake wants to merge 1 commit into
tinyhumansai:mainfrom
dominikake:main

Conversation

@dominikake

Copy link
Copy Markdown

Summary

Fixes #5781. The README "Contributing from source" instructions tell contributors to install Rust 1.93.0, but rust-toolchain.toml pins channel = "1.96.1" (required by rusqlite 0.40 / libsqlite3-sys 0.38 via cfg_select!). Following the README leads to build failures.

Updated all 6 README versions to match the toolchain pin and CONTRIBUTING.md:

  • README.md
  • docs/README.zh-CN.md
  • docs/README.de.md
  • docs/README.ja-JP.md
  • docs/README.ko.md
  • docs/README.ur-pk.md

Acceptance criteria

  • All 6 READMEs say Rust 1.96.1
  • Version matches rust-toolchain.toml channel and CONTRIBUTING.md prerequisite table

Verification

grep -rn "1.93.0" README.md docs/README.*.md → no matches; all 6 now read Rust 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

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.
@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Warning

Your free Security trial is over. An organization admin can activate Security or dismiss this notice.


Comment @coderabbitai help to get the list of available commands.

@dominikake

Copy link
Copy Markdown
Author

Closing as duplicate of #5798 (same #5781 fix, opened earlier). Will focus on less-contested issues instead.

@dominikake dominikake closed this Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README says Rust 1.93.0 but rust-toolchain.toml requires 1.96.1

1 participant