mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable default features for engine primitives (#13939)
This commit is contained in:
@ -36,13 +36,14 @@ serde_json.workspace = true
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"reth-chainspec/std",
|
||||
"reth-primitives/std",
|
||||
"alloy-primitives/std",
|
||||
"alloy-eips/std",
|
||||
"alloy-rpc-types-engine/std",
|
||||
"alloy-rlp/std",
|
||||
"serde/std",
|
||||
"sha2/std",
|
||||
"serde_json/std",
|
||||
"reth-chainspec/std",
|
||||
"reth-primitives/std",
|
||||
"alloy-primitives/std",
|
||||
"alloy-eips/std",
|
||||
"alloy-rpc-types-engine/std",
|
||||
"alloy-rlp/std",
|
||||
"serde/std",
|
||||
"sha2/std",
|
||||
"serde_json/std",
|
||||
"reth-engine-primitives/std"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user