mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
scripts/deny.sh: update package cache before running cargo deny
This commit is contained in:
@@ -1,2 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Update package cache without changing the lockfile.
|
||||||
|
cargo update --dry-run
|
||||||
|
|
||||||
cargo deny --workspace --all-features check -D warnings
|
cargo deny --workspace --all-features check -D warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user