We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779dc2b commit 3ba93f8Copy full SHA for 3ba93f8
1 file changed
.github/workflows/ci.yaml
@@ -19,8 +19,6 @@ env:
19
RUST_BACKTRACE: full
20
# Base branch for PRs or for merges, current ref for cron runs on a branch.
21
TARGET_REF: ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }}
22
- # FIXME(ci): Unpin once <https://github.com/rust-lang/rust/issues/154878> is resolved.
23
- TOOLCHAIN: nightly-2026-04-01
24
25
defaults:
26
run:
0 commit comments