diff options
author | 2024-07-16 16:34:29 +0200 | |
---|---|---|
committer | 2024-07-16 16:34:29 +0200 | |
commit | 24f74768236dac874a602f7aa7de4ca8a0cc793f (patch) | |
tree | 0b556e080d48138ed1741725a33fb37835a743b4 /.github | |
parent | f0036400a10e6df30f149d1bd16c5ec495abb5c0 (diff) | |
download | iced-24f74768236dac874a602f7aa7de4ca8a0cc793f.tar.gz iced-24f74768236dac874a602f7aa7de4ca8a0cc793f.tar.bz2 iced-24f74768236dac874a602f7aa7de4ca8a0cc793f.zip |
Fix broken `futures-core` links in nightly docs
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/document.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index a213e590..57dc1375 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -14,6 +14,7 @@ jobs: run: | RUSTDOCFLAGS="--cfg docsrs" \ cargo doc --no-deps --all-features \ + -p futures-core \ -p iced_core \ -p iced_highlighter \ -p iced_futures \ |