Skip to content

Commit

Permalink
Bump cargo-deny in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpculp committed Aug 22, 2023
1 parent 3a39163 commit 5a9a932
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 5a9a932

Please sign in to comment.