Skip to content

Commit

Permalink
fixes after merging upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Aug 25, 2023
1 parent b6972dc commit 8a27288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groestlcoin/contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ then
# Only show the actual duplicated deps, not their reverse tree, then
# whitelist the 'syn' crate which is duplicated but it's not our fault.
#
# Whitelist `bitcoin_hashes` while we release it and until secp v0.28.0 comes out.
# Whitelist `groestlcoin_hashes` while we release it and until secp v0.28.0 comes out.
cargo tree --target=all --all-features --duplicates \
| grep '^[0-9A-Za-z]' \
| grep -v 'syn' \
| grep -v 'bitcoin_hashes' \
| grep -v 'groestlcoin_hashes' \
| wc -l
)
if [ "$duplicate_dependencies" -ne 0 ]; then
Expand Down

0 comments on commit 8a27288

Please sign in to comment.