chore: make stages types no-std (#14334)

This commit is contained in:
Matthias Seitz
2025-02-08 17:40:52 +01:00
committed by GitHub
parent 2b16b06a39
commit 7d0f5b757f
6 changed files with 22 additions and 6 deletions

View File

@ -46,4 +46,5 @@ std = [
"reth-primitives/std",
"reth-primitives-traits/std",
"revm/std",
"reth-stages-types/std",
]