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 8ead286 commit 56003d8Copy full SHA for 56003d8
.github/workflows/code.yml
@@ -156,7 +156,7 @@ jobs:
156
util:
157
- name: cargo deny
158
download: >
159
- curl -sSL "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.24/cargo-deny-0.14.24-x86_64-unknown-linux-musl.tar.gz" |
+ curl -sSL "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.9/cargo-deny-0.18.9-x86_64-unknown-linux-musl.tar.gz" |
160
sudo tar -xzvf - -C /usr/local/bin --strip-components=1
161
run: cargo-deny check --hide-inclusion-graph --show-stats
162
requiresRust: true
0 commit comments