Skip to content

Commit

Permalink
Bump cargo deny used to 0.11.3 (from 0.7.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Apr 10, 2022
1 parent bcf829d commit 9dc15b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
- name: Install 'cargo-deny'
# See https://github.com/embarkstudios/cargo-deny
run: |
curl -L "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.7.3/cargo-deny-0.7.3-x86_64-unknown-linux-musl.tar.gz" | tar -zxv
curl -L "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.11.3/cargo-deny-0.11.3-x86_64-unknown-linux-musl.tar.gz" | tar -zxv
mv *-x86_64-*/cargo-* ~/.cargo/bin/
rm -fr *-x86_64-*
cargo deny --help
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# See https://github.com/embarkstudios/cargo-deny
- name: Install 'cargo-deny'
run: |
curl -L "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.7.3/cargo-deny-0.7.3-x86_64-unknown-linux-musl.tar.gz" | tar -zxv
curl -L "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.11.3/cargo-deny-0.11.3-x86_64-unknown-linux-musl.tar.gz" | tar -zxv
mv *-x86_64-*/cargo-* ~/.cargo/bin/
rm -fr *-x86_64-*
cargo deny --help
Expand Down

0 comments on commit 9dc15b2

Please sign in to comment.