chore: disable default features for engine primitives (#13939)

This commit is contained in:
Matthias Seitz
2025-01-23 00:04:48 +01:00
committed by GitHub
parent a3015c8a3a
commit 24c5234a50
3 changed files with 16 additions and 14 deletions

View File

@ -21,6 +21,7 @@ reth-trie-db.workspace = true
[features]
default = ["std"]
std = [
"reth-primitives-traits/std",
"reth-chainspec/std",
]
"reth-primitives-traits/std",
"reth-chainspec/std",
"reth-engine-primitives/std"
]