scripts/deny.sh: update package cache before running cargo deny

This commit is contained in:
link2xt
2023-05-05 10:51:04 +00:00
parent 6af631e8df
commit 7918a6801e

View File

@@ -1,2 +1,6 @@
#!/bin/sh
# Update package cache without changing the lockfile.
cargo update --dry-run
cargo deny --workspace --all-features check -D warnings