Skip to content

Commit b682b30

Browse files
workflows: rust: Build docs with stable toolchain
This works around issue #74134 in rustdoc and should be reverted when PR #74147 is merged and available in a nightly. - #74134: rust-lang/rust#74134 - #74147: rust-lang/rust#74147
1 parent e5120c4 commit b682b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
steps:
4949
- name: Checkout
5050
uses: actions/checkout@v2
51-
- name: Install Rust nightly
51+
- name: Install Rust stable
5252
uses: actions-rs/toolchain@v1
5353
with:
54-
toolchain: nightly
54+
toolchain: stable
5555
profile: minimal
5656
default: true
5757
- name: Rust version

0 commit comments

Comments
 (0)