mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make reth-ethereum-evm compile with no-std (#8935)
This commit is contained in:
@ -33,3 +33,6 @@ reth-revm = { workspace = true, features = ["test-utils"] }
|
||||
secp256k1.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = []
|
||||
Reference in New Issue
Block a user