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

@ -71,7 +71,8 @@ std = [
"reth-ethereum-forks/std",
"derive_more/std",
"reth-optimism-forks/std",
"thiserror/std"
"thiserror/std",
"op-alloy-consensus/std"
]
optimism = [
"reth-primitives/optimism",