Disable default features for optimism crates in workspace manifest (#14467)

This commit is contained in:
Emilia Hane
2025-02-13 16:22:02 +01:00
committed by GitHub
parent d64fece1ca
commit 08011a829e
5 changed files with 17 additions and 10 deletions

View File

@ -71,6 +71,7 @@ std = [
"reth-chainspec/std",
"reth-optimism-consensus/std",
"reth-consensus-common/std",
"reth-optimism-chainspec/std",
"reth-execution-errors/std",
"reth-execution-types/std",
]