Skip to content

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

Closed
noahbclarkson wants to merge 7 commits intomainfrom
fix/ci-toolchain-pin
Closed

fix(ci): pin toolchain to 1.94.1 instead of stable#25
noahbclarkson wants to merge 7 commits 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.

Forge added 7 commits April 30, 2026 03:19
Add 'v' key handler in handle_key_down to cycle between flat and tree
file list views in the detail panel. FileViewMode::default() is Flat,
matching the existing default. No event emission needed — state is local.
dtolnay/rust-toolchain@stable causes fmt diffs when the stable
toolchain updates between CI runs. The repo already has
rust-toolchain.toml pinning 1.94.1 — align CI to match.
@noahbclarkson noahbclarkson deleted the fix/ci-toolchain-pin branch April 30, 2026 06:39
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