chore: disable more default features (#13065)

This commit is contained in:
Matthias Seitz
2024-12-02 18:03:33 +01:00
committed by GitHub
parent 30800af6ec
commit aacf5d13d2
12 changed files with 35 additions and 22 deletions

View File

@ -5,9 +5,9 @@ set +e # Disable immediate exit on error
crates_to_check=(
reth-codecs-derive
reth-ethereum-forks
reth-primitives-traits
# reth-evm
# reth-primitives
# reth-primitives-traits
# reth-optimism-forks
# reth-optimism-chainspec
)