mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(reth-consensus): no_std support (#9663)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@ -39,5 +39,7 @@ parking_lot.workspace = true
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
test-utils = ["reth-consensus/test-utils", "parking_lot"]
|
||||
serde = ["dep:serde"]
|
||||
std = ["reth-consensus/std"]
|
||||
|
||||
Reference in New Issue
Block a user