Skip to content

Commit

Permalink
chore: increased allowed number of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Aug 27, 2024
1 parent 1000e29 commit e6a962e
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=595
BASELINE_COUNT=609
CURRENT_COUNT=$(cat current_deps.txt | wc -l)

echo "Expected dependency count (baseline): $BASELINE_COUNT"
Expand Down

0 comments on commit e6a962e

Please sign in to comment.