Skip to content

Commit 1cdf76a

Browse files
fixed rust version in the action
1 parent 67590bb commit 1cdf76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Setup Rust
37-
run: rustup override set 1.28.1
37+
run: rustup override set 1.85.0
3838
- name: Output rust version for educational purposes
3939
run: rustup --version
4040

0 commit comments

Comments
 (0)