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