chore: remove test-utils, arbitrary and proptest from built binary (#9332)

This commit is contained in:
joshieDo
2024-07-06 14:02:43 +02:00
committed by GitHub
parent 569555516b
commit b4577597c5
17 changed files with 53 additions and 31 deletions

View File

@ -58,8 +58,10 @@ serde_json.workspace = true
[dev-dependencies]
reth.workspace = true
reth-db.workspace = true
reth-revm = { workspace = true, features = ["test-utils"] }
reth-e2e-test-utils.workspace = true
reth-node-builder = { workspace = true, features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-revm = { workspace = true, features = ["test-utils"] }
tokio.workspace = true
alloy-primitives.workspace = true
alloy-genesis.workspace = true
@ -78,3 +80,4 @@ optimism = [
"reth-auto-seal-consensus/optimism",
"reth-rpc-eth-types/optimism"
]
test-utils = ["reth-node-builder/test-utils"]