We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6868df8 commit 36d9d1fCopy full SHA for 36d9d1f
.github/workflows/ci.yaml
@@ -68,10 +68,11 @@ jobs:
68
runs-on: ubuntu-latest
69
steps:
70
- uses: actions/checkout@v2
71
+ - uses: cargo-bins/cargo-binstall@main
72
- name: Security Audit & Licenses
73
run: |
74
rustup toolchain install stable --profile minimal
- cargo deny --version || cargo install cargo-deny@0.17.0 --locked
75
+ cargo deny --version || cargo binstall cargo-deny@0.18.9 --no-confirm
76
make security-audit
77
make check-crates
78
make check-licenses
0 commit comments