feat: reexport reth-trie with trie feature (#14513)

This commit is contained in:
Matthias Seitz
2025-02-15 14:08:52 +01:00
committed by GitHub
parent e4c8e479cf
commit 8123d6bd3b
5 changed files with 26 additions and 4 deletions

2
Cargo.lock generated
View File

@ -7523,6 +7523,7 @@ dependencies = [
"reth-rpc-builder",
"reth-rpc-eth-types",
"reth-storage-api",
"reth-trie",
]
[[package]]
@ -8368,6 +8369,7 @@ dependencies = [
"reth-rpc-builder",
"reth-rpc-eth-types",
"reth-storage-api",
"reth-trie",
]
[[package]]