Skip to content

Commit

Permalink
ci: Upgrade cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Mar 26, 2024
1 parent c963ee4 commit 8b11608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
rm -rf $basename.tar.gz
- name: Install cargo-deny
run: |
version=0.11.0
version=0.14.20
basename=cargo-deny-$version-${{ matrix.host }}
curl -fLO https://github.com/EmbarkStudios/cargo-deny/releases/download/$version/$basename.tar.gz
tar xf $basename.tar.gz
Expand Down

0 comments on commit 8b11608

Please sign in to comment.