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

@ -61,5 +61,6 @@ std = [
"once_cell/std",
"derive_more/std",
"reth-network-peers/std",
"thiserror/std"
"thiserror/std",
"op-alloy-consensus/std"
]