File size: 145 Bytes
f0f4f2b |
1 2 3 4 5 6 7 |
#!/bin/sh
# Update package cache without changing the lockfile.
cargo update --dry-run
cargo deny --workspace --all-features check -D warnings
|
f0f4f2b |
1 2 3 4 5 6 7 |
#!/bin/sh
# Update package cache without changing the lockfile.
cargo update --dry-run
cargo deny --workspace --all-features check -D warnings
|