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.
1 parent 0f069b4 commit f55058cCopy full SHA for f55058c
.github/workflows/publish.yml
@@ -64,6 +64,8 @@ jobs:
64
run: |
65
cargo binstall cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
66
cargo binstall wkg --force
67
+ cargo install cargo-auditable cargo-audit
68
+ alias cargo="cargo auditable"
69
70
- name: Build the component
71
run: cargo component build --release
0 commit comments