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

@ -43,3 +43,7 @@ futures.workspace = true
tokio.workspace = true
futures-util.workspace = true
serde_json.workspace = true
[features]
default = []
test-utils = ["reth-node-builder/test-utils"]