We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40253e4 commit 4a43361Copy full SHA for 4a43361
.github/workflows/ci.yaml
@@ -71,7 +71,7 @@ jobs:
71
- name: Security Audit & Licenses
72
run: |
73
rustup toolchain install stable --profile minimal
74
- cargo deny --version || cargo install cargo-deny@0.17.0
+ cargo deny --version || cargo install cargo-deny@0.17.0 --locked
75
make security-audit
76
make check-crates
77
make check-licenses
0 commit comments