feat(db): move reth-storage-api::ClientVersion and StoredBlockWithdrawals to reth-db-models (#10763)

This commit is contained in:
nk_ysg
2024-09-09 21:53:45 +08:00
committed by GitHub
parent b78e0f6069
commit c258c1547e
13 changed files with 25 additions and 25 deletions

View File

@ -18,7 +18,6 @@ reth-cli.workspace = true
reth-cli-util.workspace = true
reth-fs-util.workspace = true
reth-db = { workspace = true, features = ["mdbx"] }
reth-db-api.workspace = true
reth-storage-errors.workspace = true
reth-provider.workspace = true
reth-network = { workspace = true, features = ["serde"] }