summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-14 01:54:04 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-14 01:57:36 +0200
commit4ab4ffc9cfa6d7bddddb2c4d513e2120244259a1 (patch)
tree4c5935b1c46d1ec3927665bd4fc8ec0056d52946 /.github
parentb328da2c71e998e539bdc65815061e88dd1e7081 (diff)
downloadiced-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.yml2
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: |