Skip to content

Commit aaea3a0

Browse files
committed
Add cargo update to maintenance.sh for up-to-date checks
1 parent 9b382a3 commit aaea3a0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

maintenance.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4+
echo "======================================"
5+
echo "Update Cargo.lock"
6+
cargo update
7+
8+
echo
49
echo "======================================"
510
echo "Find unused dependencies in Cargo.toml"
611
cargo machete .

0 commit comments

Comments
 (0)