chore: disable more default features (#13065)

This commit is contained in:
Matthias Seitz
2024-12-02 18:03:33 +01:00
committed by GitHub
parent 30800af6ec
commit aacf5d13d2
12 changed files with 35 additions and 22 deletions

View File

@ -32,7 +32,8 @@ std = [
"alloy-primitives/std",
"alloy-eips/std",
"alloy-consensus/std",
"reth-primitives-traits/std"
"reth-primitives-traits/std",
"derive_more/std"
]
test-utils = [
"reth-primitives/test-utils",