chore(era): move reth-ethereum-primitives to dev-dependencies (#19847)

This commit is contained in:
David Klank
2025-11-24 11:56:30 +02:00
committed by GitHub
parent b6f62473e0
commit bd9e41c551

View File

@@ -18,8 +18,6 @@ alloy-eips.workspace = true
alloy-primitives.workspace = true
alloy-rlp.workspace = true
reth-ethereum-primitives.workspace = true
# compression and decompression
snap.workspace = true
@@ -32,6 +30,7 @@ eyre.workspace = true
rand.workspace = true
reqwest.workspace = true
reth-era-downloader.workspace = true
reth-ethereum-primitives.workspace = true
tempfile.workspace = true
tokio = { workspace = true, features = ["sync", "macros", "time", "rt-multi-thread"] }
test-case.workspace = true