Skip to content

Commit 6a16475

Browse files
will-2012claude
andcommitted
ci: pin udeps job to nightly-2026-05-11
cargo-udeps 0.1.61 segfaults on nightly >= 2026-05-19 due to an incompatibility with rustc internals. Pin to the last known-good nightly to unblock CI. A follow-up should migrate to cargo-machete to remove the nightly fragility entirely. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c11899d commit 6a16475

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
run: sudo apt-get update && sudo apt-get install -y liburing-dev pkg-config libclang-dev
5050
- uses: actions-rs/toolchain@v1
5151
with:
52-
toolchain: nightly
52+
toolchain: nightly-2026-05-11
5353
components: rustfmt
5454
override: true
5555
- uses: Swatinem/rust-cache@v2
5656
- uses: taiki-e/install-action@cargo-udeps
5757
- name: Run cargo udeps
58-
run: cargo +nightly udeps --workspace --lib --examples --tests --benches --all-features --locked
58+
run: cargo +nightly-2026-05-11 udeps --workspace --lib --examples --tests --benches --all-features --locked
5959

6060
clippy:
6161
name: clippy

0 commit comments

Comments
 (0)