chore: update client api dep count
This commit is contained in:
parent
1fc3817f3f
commit
46f33ed3aa
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue