chore: disable op- default features (#13511)

This commit is contained in:
Matthias Seitz
2024-12-23 09:12:51 +01:00
committed by GitHub
parent f5fdef895f
commit 6e140108f0
9 changed files with 19 additions and 14 deletions

View File

@ -64,7 +64,8 @@ std = [
"revm-primitives/std",
"secp256k1?/std",
"alloy-rlp/std",
"reth-zstd-compressors?/std"
"reth-zstd-compressors?/std",
"op-alloy-consensus/std"
]
reth-codec = [
"dep:reth-codecs",