chore: replace interfaces dep with storage-errors (#8384)

This commit is contained in:
Matthias Seitz
2024-05-24 11:41:39 +02:00
committed by GitHub
parent df7c9ee310
commit 05fddd3454
8 changed files with 10 additions and 9 deletions

View File

@ -15,7 +15,7 @@ workspace = true
# reth
reth-primitives.workspace = true
reth-fs-util.workspace = true
reth-interfaces.workspace = true
reth-storage-errors.workspace = true
reth-codecs.workspace = true
reth-libmdbx = { workspace = true, optional = true, features = [
"return-borrowed",