diff options
author | 2024-06-14 01:54:04 +0200 | |
---|---|---|
committer | 2024-06-14 01:57:36 +0200 | |
commit | 4ab4ffc9cfa6d7bddddb2c4d513e2120244259a1 (patch) | |
tree | 4c5935b1c46d1ec3927665bd4fc8ec0056d52946 /.github | |
parent | b328da2c71e998e539bdc65815061e88dd1e7081 (diff) | |
download | iced-4ab4ffc9cfa6d7bddddb2c4d513e2120244259a1.tar.gz iced-4ab4ffc9cfa6d7bddddb2c4d513e2120244259a1.tar.bz2 iced-4ab4ffc9cfa6d7bddddb2c4d513e2120244259a1.zip |
Unpin `nightly` toolchain in `document` workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/document.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 827a2ca8..a213e590 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: hecrj/setup-rust-action@v2 with: - rust-version: nightly-2023-12-11 + rust-version: nightly - uses: actions/checkout@v2 - name: Generate documentation run: | |