chore: fix a bunch of features (#5369)

This commit is contained in:
Matthias Seitz
2023-11-09 14:31:27 +01:00
committed by GitHub
parent d5c5bbffc4
commit c47a2393e3
9 changed files with 14 additions and 9 deletions

View File

@ -50,4 +50,4 @@ itertools.workspace = true
tempfile.workspace = true
[features]
test-utils = ["dep:alloy-rlp", "dep:tempfile", "dep:itertools"]
test-utils = ["dep:alloy-rlp", "dep:tempfile", "dep:itertools", "reth-interfaces/test-utils"]