Skip to content

fix(ci): pin toolchain to 1.94.1 instead of stable#26

Draft
noahbclarkson wants to merge 1 commit intomainfrom
fix/ci-toolchain-pin
Draft

fix(ci): pin toolchain to 1.94.1 instead of stable#26
noahbclarkson wants to merge 1 commit intomainfrom
fix/ci-toolchain-pin

Conversation

@noahbclarkson
Copy link
Copy Markdown
Owner

CI is currently using dtolnay/rust-toolchain@stable which updated rustfmt between runs, causing fmt checks to fail on an otherwise-green commit (57a0865).

This PR pins CI to 1.94.1 to match rust-toolchain.toml already in the repo.

Changes:

  • .github/workflows/ci.yml: stable1.94.1 (1 occurrence)
  • .github/workflows/release.yml: stable1.94.1 (4 occurrences)

No code changes — only CI infrastructure.

dtolnay/rust-toolchain@stable causes fmt diffs when stable
toolchain updates between CI runs. The repo already has
rust-toolchain.toml pinning 1.94.1 — align CI to match.
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