chore: move Integerlist to db-api (#13062)

This commit is contained in:
Matthias Seitz
2024-12-02 17:02:19 +01:00
committed by GitHub
parent 6789ff4a1e
commit 8a047ed6e4
14 changed files with 195 additions and 222 deletions

View File

@ -30,7 +30,6 @@ op-alloy-consensus = { workspace = true, optional = true }
byteorder = { workspace = true, optional = true }
bytes.workspace = true
derive_more.workspace = true
roaring = "0.10.2"
serde_with = { workspace = true, optional = true }
auto_impl.workspace = true
@ -100,7 +99,6 @@ serde = [
"rand/serde",
"reth-codecs?/serde",
"revm-primitives/serde",
"roaring/serde",
"revm-primitives/serde",
"op-alloy-consensus?/serde"
]