Skip to content

chore: pin Rust toolchain to 1.94.0#15

Merged
eliothedeman merged 1 commit intomainfrom
eliot/thirsty-proskuriakova
Apr 16, 2026
Merged

chore: pin Rust toolchain to 1.94.0#15
eliothedeman merged 1 commit intomainfrom
eliot/thirsty-proskuriakova

Conversation

@eliothedeman
Copy link
Copy Markdown
Collaborator

Summary

  • Add rust-toolchain.toml pinning the workspace to Rust 1.94.0 with clippy and rustfmt components
  • Update CI workflow to install from the toolchain file instead of floating on dtolnay/rust-toolchain@stable
  • Update CLAUDE.md to reflect the pinned version

Why

CI was using @stable which floats to whatever the latest stable release is. Local dev used whatever the developer had installed. This could lead to inconsistent behavior between environments. Pinning ensures everyone builds with the same compiler.

Test plan

  • cargo build --workspace succeeds locally with the pinned toolchain
  • CI passes on this PR (validates the workflow changes work)

Add rust-toolchain.toml so local dev and CI use the same compiler
version. Update CI workflow to install from the toolchain file instead
of floating on @stable.
@github-actions
Copy link
Copy Markdown

🔍 Preview deployed: https://b607c586.toolpath.pages.dev

Copy link
Copy Markdown
Contributor

@akesling akesling left a comment

Choose a reason for hiding this comment

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

LGTM

@eliothedeman eliothedeman merged commit bc78a9d into main Apr 16, 2026
2 checks passed
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.

2 participants