chore: update client api dep count

This commit is contained in:
Zack Fu Zi Xiang 2024-12-20 10:08:12 +08:00
parent 1fc3817f3f
commit 46f33ed3aa
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
# Generate the current dependency list
cargo tree > current_deps.txt
BASELINE_COUNT=722
BASELINE_COUNT=747
CURRENT_COUNT=$(cat current_deps.txt | wc -l)
echo "Expected dependency count (baseline): $BASELINE_COUNT"