diff options
author | 2023-12-15 13:49:53 +0100 | |
---|---|---|
committer | 2023-12-15 13:51:26 +0100 | |
commit | d7dd0338616d13d94689d153f6c0dedfba1ad4ba (patch) | |
tree | 4e819e8c5e0ed5d0bae216cc6ecc8935daf783f4 /.github | |
parent | 2f11102ecc30e6d4a96c4802d68f87c002a9a3f2 (diff) | |
download | iced-d7dd0338616d13d94689d153f6c0dedfba1ad4ba.tar.gz iced-d7dd0338616d13d94689d153f6c0dedfba1ad4ba.tar.bz2 iced-d7dd0338616d13d94689d153f6c0dedfba1ad4ba.zip |
Ignore `raw-window-handle` outdated artifact
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/audit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 80bbcacd..57169796 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -27,4 +27,4 @@ jobs: - name: Delete `web-sys` dependency from `integration` example run: sed -i '$d' examples/integration/Cargo.toml - name: Find outdated dependencies - run: cargo outdated --workspace --exit-code 1 + run: cargo outdated --workspace --exit-code 1 --ignore raw-window-handle |