Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
# FIXME: Due to https://github.com/rust-lang/rust/issues/146465, more recent Nightly versions
# are unable to build the doctests. Since we only need Nightly to use -Zbuild-std, it's fine
# to just pin the last working version. Once that issue is fixed, we can use more recent
# versions again.
toolchain: nightly-2025-09-05
toolchain: nightly
override: true
profile: minimal
components: rust-src
Expand Down
Loading