Skip to content

Commit f9633f3

Browse files
max-sixtyclaude
andauthored
ci: pin check-minver to nightly-2026-04-25 (#905)
Newer nightlies reject the `rustc_*` attributes used in `rustix v0.36.4`, which `cargo minimal-versions` resolves to. The `check-minver` job has `continue-on-error: true` so it isn't blocking, but it's been red on every PR for the past week or so. Pin until a newer nightly is known-good. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c7b98b8 commit f9633f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ jobs:
104104
- uses: actions/checkout@v4
105105
- uses: dtolnay/rust-toolchain@master
106106
with:
107-
toolchain: nightly
107+
# Pinned: newer nightlies reject the `rustc_*` attributes used in
108+
# `rustix v0.36.4`, which `cargo minimal-versions` resolves to.
109+
# Bump once a newer nightly is known-good.
110+
toolchain: nightly-2026-04-25
108111
- uses: Swatinem/rust-cache@v2
109112
- uses: taiki-e/install-action@cargo-hack
110113
- uses: taiki-e/install-action@cargo-minimal-versions

0 commit comments

Comments
 (0)