From 18859a0ee69a27ac392e6c8c851e162a400847ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 15 Dec 2023 13:49:53 +0100 Subject: [PATCH] Ignore `raw-window-handle` outdated artifact --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 80bbcacda2..d659295c4d 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: hecrj/setup-rust-action@v1 - name: Install cargo-outdated - run: cargo install cargo-outdated + run: cargo install cargo-outdated --ignore raw-window-handle - uses: actions/checkout@master - name: Delete `web-sys` dependency from `integration` example run: sed -i '$d' examples/integration/Cargo.toml