chore: make reth-evm compile with no-std (#8934)

This commit is contained in:
Matthias Seitz
2024-06-18 18:07:36 +02:00
committed by GitHub
parent 87d6bcde62
commit 0f88965fdc
3 changed files with 9 additions and 0 deletions

View File

@ -30,4 +30,6 @@ parking_lot = { workspace = true, optional = true }
parking_lot.workspace = true
[features]
default = ["std"]
std = []
test-utils = ["dep:parking_lot"]