chore: disable reth-codec default feature (#9556)

This commit is contained in:
Matthias Seitz
2024-07-18 11:36:45 +02:00
committed by GitHub
parent 43ffb83575
commit 7b4bf59445
7 changed files with 9 additions and 6 deletions

View File

@ -14,7 +14,7 @@ workspace = true
[dependencies]
# reth
reth-codecs.workspace = true
reth-primitives.workspace = true
reth-primitives = { workspace = true, features = ["reth-codec"] }
reth-primitives-traits.workspace = true
reth-prune-types.workspace = true
reth-storage-errors.workspace = true