chore: make alloy impls feature gated (#7747)

This commit is contained in:
Matthias Seitz
2024-04-19 17:18:43 +02:00
committed by GitHub
parent d214daebbd
commit bd4757b3b5
6 changed files with 16 additions and 8 deletions

View File

@ -23,7 +23,7 @@ reth-tracing.workspace = true
# codecs
serde = { workspace = true, default-features = false }
parity-scale-codec = { version = "3.2.1", features = ["bytes"] }
modular-bitfield = "0.11.2"
modular-bitfield.workspace = true
# metrics
reth-metrics.workspace = true