chore: make reth-revm compile with no-std (#8931)

This commit is contained in:
Matthias Seitz
2024-06-18 17:33:04 +02:00
committed by GitHub
parent 1f2bd941d9
commit b5f55d9a2b
5 changed files with 24 additions and 7 deletions

View File

@ -36,4 +36,6 @@ tracing.workspace = true
reth-trie.workspace = true
[features]
default = ["std"]
std = []
test-utils = ["dep:reth-trie"]