Skip to content

docs: correct the minimum Rust version in CONTRIBUTING.md#366

Merged
auscaster merged 1 commit into
runxhq:mainfrom
lightight:fix/contributing-rust-version
Jul 26, 2026
Merged

docs: correct the minimum Rust version in CONTRIBUTING.md#366
auscaster merged 1 commit into
runxhq:mainfrom
lightight:fix/contributing-rust-version

Conversation

@lightight

Copy link
Copy Markdown

Fixes #362.

CONTRIBUTING.md (line 66) states the native Rust CLI needs Rust 1.95 or newer, but the workspace enforces a higher floor: crates/Cargo.toml sets rust-version = "1.97" and rust-toolchain.toml pins channel 1.97.1. A contributor on Rust 1.95 or 1.96 following CONTRIBUTING.md would be stopped by cargo's rust-version check.

docs/getting-started.md and docs/reference.md already say 1.97+, so this one-word change brings CONTRIBUTING.md in line with the enforced toolchain.

The workspace enforces rust-version = "1.97" (crates/Cargo.toml) and
rust-toolchain.toml pins 1.97.1, so contributors on 1.95/1.96 following
CONTRIBUTING.md hit a build error. The other docs already say 1.97+.

Fixes runxhq#362
Copilot AI review requested due to automatic review settings July 24, 2026 16:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@auscaster
auscaster merged commit 7d0432e into runxhq:main Jul 26, 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.

CONTRIBUTING.md understates the required Rust version (1.95 vs enforced 1.97)

4 participants