chore: replace root fns with alloys (#13501)

This commit is contained in:
Matthias Seitz
2024-12-23 11:46:06 +01:00
committed by GitHub
parent 03a3391318
commit a0dcb0c522
2 changed files with 7 additions and 79 deletions

View File

@ -15,7 +15,7 @@ workspace = true
# alloy
alloy-primitives.workspace = true
alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-trie.workspace = true
alloy-trie = { workspace = true, features = ["ethereum"] }
alloy-consensus.workspace = true
reth-primitives-traits.workspace = true
reth-codecs = { workspace = true, optional = true }