Skip to content

Fix CI Rust toolchain install step.#3

Merged
IISinghII merged 1 commit into
mainfrom
fix/ci-rustup-components
Jun 28, 2026
Merged

Fix CI Rust toolchain install step.#3
IISinghII merged 1 commit into
mainfrom
fix/ci-rustup-components

Conversation

@IISinghII

Copy link
Copy Markdown
Contributor

Summary

  • Replace broken rustup toolchain install ... --component rustfmt clippy with dtolnay/rust-toolchain@stable
  • Toolchain components now come from rust-toolchain.toml (rustfmt + clippy)

Test plan

  • CI passes on the PR (fmt, clippy, test)

Use dtolnay/rust-toolchain@stable so rustfmt and clippy are installed from rust-toolchain.toml instead of a broken rustup command that parsed clippy as a toolchain name.

Co-authored-by: Cursor <cursoragent@cursor.com>
@IISinghII IISinghII merged commit a2eef54 into main Jun 28, 2026
1 check passed
@IISinghII IISinghII deleted the fix/ci-rustup-components branch June 28, 2026 23:13
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.

1 participant