Ignore raw-window-handle outdated artifact
This commit is contained in:
parent
2f11102ecc
commit
d7dd033861
1 changed files with 1 additions and 1 deletions
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
|
|
@ -27,4 +27,4 @@ jobs:
|
||||||
- name: Delete `web-sys` dependency from `integration` example
|
- name: Delete `web-sys` dependency from `integration` example
|
||||||
run: sed -i '$d' examples/integration/Cargo.toml
|
run: sed -i '$d' examples/integration/Cargo.toml
|
||||||
- name: Find outdated dependencies
|
- name: Find outdated dependencies
|
||||||
run: cargo outdated --workspace --exit-code 1
|
run: cargo outdated --workspace --exit-code 1 --ignore raw-window-handle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue