Skip to content

Commit

Permalink
chore: update client api dep count
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe committed Dec 20, 2024
1 parent 1fc3817 commit 46f33ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/client_api_deps_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 46f33ed

Please sign in to comment.