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

@ -11,7 +11,7 @@ reth.workspace = true
reth-chainspec.workspace = true
reth-node-core.workspace = true
reth-primitives.workspace = true
reth-node-ethereum.workspace = true
reth-node-ethereum = { workspace = true, features = ["test-utils"] }
futures-util.workspace = true
eyre.workspace = true