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