mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Update package cache without changing the lockfile.
|
|
cargo update --dry-run
|
|
|
|
cargo deny --workspace --all-features --locked check -D warnings
|