mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Check features powerset in reth-codecs (#10134)
This commit is contained in:
@ -42,11 +42,12 @@ proptest-arbitrary-interop.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std", "alloy"]
|
||||
std = ["alloy-primitives/std", "bytes/std", "serde/std"]
|
||||
std = ["alloy-primitives/std", "bytes/std", "serde?/std"]
|
||||
alloy = [
|
||||
"dep:alloy-consensus",
|
||||
"dep:alloy-eips",
|
||||
"dep:alloy-genesis",
|
||||
"dep:modular-bitfield",
|
||||
"dep:alloy-trie",
|
||||
"dep:serde"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user