We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cf67cc + c67bf31 commit b411335Copy full SHA for b411335
.github/workflows/publish.yml
@@ -69,6 +69,8 @@ jobs:
69
run: |
70
cargo binstall cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
71
cargo binstall wkg --force
72
+ cargo binstall cargo-auditable cargo-audit
73
+ alias cargo="cargo auditable"
74
75
- name: Build the component
76
run: cargo component build --release
0 commit comments