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

This commit is contained in:
Matthias Seitz
2024-06-18 18:15:02 +02:00
committed by GitHub
parent 0f88965fdc
commit 63248bc4ec
4 changed files with 15 additions and 0 deletions

View File

@ -33,3 +33,6 @@ reth-revm = { workspace = true, features = ["test-utils"] }
secp256k1.workspace = true
serde_json.workspace = true
[features]
default = ["std"]
std = []