Revert "feat(no-std): enable no_std support for op consensus rules" (#13689)

This commit is contained in:
Matthias Seitz
2025-01-06 23:04:42 +01:00
committed by GitHub
parent 6103bd9a6e
commit 9bda8f0588
5 changed files with 180 additions and 212 deletions

View File

@ -38,18 +38,4 @@ op-alloy-consensus.workspace = true
reth-optimism-chainspec.workspace = true
[features]
default = ["std"]
std = [
"reth-chainspec/std",
"reth-consensus/std",
"reth-primitives/std",
"reth-optimism-forks/std",
"reth-optimism-chainspec/std",
"reth-optimism-primitives/std",
"alloy-eips/std",
"alloy-primitives/std",
"alloy-consensus/std",
"alloy-trie/std",
"op-alloy-consensus/std",
]
optimism = ["reth-primitives/optimism", "reth-optimism-primitives/optimism"]