Skip to content

Commit 47f9173

Browse files
authored
Merge pull request #3 from Matdata-eu/copilot/fix-failing-workflow
fix(docs): switch to nightly toolchain for unstable rustdoc flags
2 parents 579cf4d + b47c23e commit 47f9173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Install Rust
29-
uses: dtolnay/rust-toolchain@stable
29+
uses: dtolnay/rust-toolchain@nightly
3030

3131
- name: Cache cargo registry
3232
uses: actions/cache@v4

0 commit comments

Comments
 (0)