feat: re-export used deps from reth-codecs (#13167)

This commit is contained in:
Matthias Seitz
2024-12-06 09:45:30 +01:00
committed by GitHub
parent 6fc4e8acd2
commit da98285469
6 changed files with 22 additions and 9 deletions

View File

@ -26,7 +26,7 @@ op-alloy-consensus = { workspace = true, optional = true }
# misc
bytes.workspace = true
modular-bitfield = { workspace = true, optional = true }
modular-bitfield.workspace = true
visibility = { version = "0.1.1", optional = true}
serde.workspace = true
arbitrary = { workspace = true, features = ["derive"], optional = true }
@ -65,7 +65,6 @@ alloy = [
"dep:alloy-consensus",
"dep:alloy-eips",
"dep:alloy-genesis",
"dep:modular-bitfield",
"dep:alloy-trie",
]
op = ["alloy", "dep:op-alloy-consensus"]