Skip to content

Commit

Permalink
Fix Rust toolchain nightly version to 2024-03-03 for cargo-doc CI job (
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 authored Mar 6, 2024
1 parent 2f9fdb5 commit 40d74f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-03-03
override: true

- name: Build API documentation
Expand Down

0 comments on commit 40d74f6

Please sign in to comment.