mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
scripts/deny.sh: update package cache before running cargo deny
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user