Skip to content

Commit

Permalink
Merge pull request #658 from jpculp/bump-cargo-deny
Browse files Browse the repository at this point in the history
Bump `cargo-deny` in Makefile
  • Loading branch information
jpculp authored Aug 22, 2023
2 parents 3a39163 + 5a9a932 commit cb1391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci: check-licenses build integ
# installs cargo-deny
.PHONY: cargo-deny
cargo-deny:
cargo install --version 0.13.5 cargo-deny --locked
cargo install --version 0.14.1 cargo-deny --locked

# checks each crate, and evaluates licenses. requires cargo-deny.
.PHONY: check-licenses
Expand Down

0 comments on commit cb1391d

Please sign in to comment.