Unpin nightly toolchain in document workflow

This commit is contained in:
Héctor Ramón Jiménez 2024-06-14 01:54:04 +02:00
parent b328da2c71
commit 4ab4ffc9cf
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -8,7 +8,7 @@ jobs:
steps: steps:
- uses: hecrj/setup-rust-action@v2 - uses: hecrj/setup-rust-action@v2
with: with:
rust-version: nightly-2023-12-11 rust-version: nightly
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Generate documentation - name: Generate documentation
run: | run: |